blob: 4904d5130a7ac380590279400cb754994480834e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# run
* `sudo apt install sxhkd` xdd
# links
* `~/.config/sxhkd/sxhkdrc` -> `./sxhkdrc`
* `~/.Xmodmap` -> `./.Xmodmap`
# .xprofile
```
# idfk anymore
setxkbmap -layout pl
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 &
```
|