#! /bin/sh
-bspc config border_width 5
+bspc config border_width 3
bspc config window_gap 10
-bspc config split_ratio 0.5
+bspc config top_padding 30
+
+bspc config split_ratio 0.6
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_by_distance true
-bspc monitor -d I II III IV V VI VII VIII IX X
+bspc monitor -d web code term iv v vi vii viii ix x
+
+bspc config normal_border_color '#1d1f21'
+bspc config focused_border_color '#093748'
-bspc rule -a Firefox desktop=^2 focus=on
-bspc rule -a Thunderbird desktop=^3 focus=on
+bspc rule -a Firefox desktop=^1 focus=on
+bspc rule -a emacs desktop=^2 focus=on
+bspc rule -a zathura desktop=^5 focus=on
+bspc rule -a xfce4-appfinder floating=on
-panel &
+# panel &