11 lines
202 B
Plaintext
Executable File
11 lines
202 B
Plaintext
Executable File
# adjust some keybindings
|
|
setxkbmap -option caps:super
|
|
killall xcape
|
|
xcape -e 'Super_L=Escape'
|
|
xset -q | grep "Caps Lock:\s*on" && xdotool key Caps_Lock
|
|
xset r rate 200 40
|
|
|
|
# start the wm
|
|
sxhkd &
|
|
bspwm
|