1f07d0f50eb41f95253324eafe776aa85d591ae8
[~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 split_ratio 0.5
7 bspc config borderless_monocle true
8 bspc config gapless_monocle true
9 bspc config focus_by_distance true
10
11 bspc monitor -d I II III IV V VI VII VIII IX X
12
13 bspc rule -a Firefox desktop=^2 focus=on
14 bspc rule -a Thunderbird desktop=^3 focus=on
15
16 panel &