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