#!/bin/sh # Startup programs sxhkd -m 1 & compton & redshift & sh ~/.fehbg xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1 $HOME/.config/polybar/launch.sh bspc monitor -d 1 2 3 4 5 6 7 8 9 10 bspc config border_width 2 bspc config window_gap 12 bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true bspc rule -a Gimp desktop='^8' state=floating follow=on bspc rule -a 'Firefox Developer Edition' desktop='^2' bspc rule -a Emacs desktop='^2'