add the panel
[~bandali/configs] / bspwm / .config / bspwm / bspwmrc
CommitLineData
3aeeb20d
AB
1#! /bin/sh
2
3bspc config border_width 5
4bspc config window_gap 10
5
6bspc config split_ratio 0.5
7bspc config borderless_monocle true
8bspc config gapless_monocle true
9bspc config focus_by_distance true
10
11bspc monitor -d I II III IV V VI VII VIII IX X
12
13bspc rule -a Firefox desktop=^2 focus=on
14bspc rule -a Thunderbird desktop=^3 focus=on
15
16panel &