xfce + bspwm setup
[~bandali/configs] / bspwm / .config / bspwm / bspwmrc
1 #! /bin/sh
2
3 bspc config border_width 5
4 bspc config window_gap 10
5
6 bspc config top_padding 30
7
8 bspc config split_ratio 0.5
9 bspc config borderless_monocle true
10 bspc config gapless_monocle true
11 bspc config focus_by_distance true
12
13 bspc monitor -d web code term misc1 misc2
14
15 bspc rule -a Firefox desktop=^1 focus=on
16 bspc rule -a emacs desktop=^2 focus=on
17 bspc rule -a zathura desktop=^5 focus=on
18 bspc rule -a xfce4-appfinder floating=on
19
20 # panel &