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