[bspwm] comment out the auto workspace rules
[~bandali/configs] / bspwm / .config / bspwm / bspwmrc
index b1f3f74..5c3081b 100755 (executable)
@@ -1,19 +1,24 @@
 #! /bin/sh
 
-bspc config border_width        5
+bspc config border_width        3
 bspc config window_gap                 10
 
-bspc config top_padding 20
+bspc config top_padding 30
 
-bspc config split_ratio         0.5
+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 rule -a Firefox desktop=^2 focus=on
-bspc rule -a apvlv desktop=^5 focus=on
-bspc rule -a emacs desktop=^3 focus=on
+bspc config normal_border_color '#1d1f21'
+bspc config focused_border_color '#093748'
+
+# bspc rule -a Firefox desktop=^1 focus=on
+# bspc rule -a emacs desktop=^2 focus=on
+# bspc rule -a Chromium desktop=^3 focus=on
+# bspc rule -a zathura desktop=^5 focus=on
+bspc rule -a xfce4-appfinder floating=on
 
 # panel &