2022-02-05 23:25:08 -06:00
|
|
|
# pre-wm boilerplate
|
|
|
|
disp
|
2022-02-22 12:39:37 -06:00
|
|
|
wallpaper
|
2022-02-05 23:25:08 -06:00
|
|
|
|
|
|
|
# statusbar
|
2022-07-04 02:02:48 -05:00
|
|
|
statusbar &
|
2022-02-05 23:25:08 -06:00
|
|
|
|
2022-07-07 22:29:17 -05:00
|
|
|
# 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
|
|
|
|
|
2022-02-05 23:25:08 -06:00
|
|
|
# start the wm
|
2021-05-09 18:53:52 -05:00
|
|
|
sxhkd &
|
|
|
|
bspwm
|