13 lines
215 B
Plaintext
Executable File
13 lines
215 B
Plaintext
Executable File
# pre-wm boilerplate
|
|
wallpaper
|
|
|
|
# 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
|
|
|
|
# start the wm
|
|
sxhkd &
|
|
bspwm
|