blob: 55e352c6bca99f1e8658fe5fcfac8b13962f6b31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
```
|