blob: 8c23b375e9ff9674f720ab9e86cfcfc32477f585 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# run
* `sudo apt install sxhkd` xdd
# links
* `~/.config/sxhkd/sxhkdrc` -> `./sxhkdrc`
* `~/.Xmodmap` -> `./.Xmodmap`
# .xprofile
```
xmodmap /home/kkard2/.Xmodmap
# yes, 200 is 200ms, this solution is very stupid
xcape -e 'Hyper_L=Escape' -t 200
sxhkd &
google-drive-ocamlfuse /home/kkard2/GoogleDrive
~/.fehbg &
```
|