Commit | Line | Data |
---|---|---|
3aeeb20d AB |
1 | #! /bin/sh |
2 | ||
3 | bspc config border_width 5 | |
4 | bspc config window_gap 10 | |
5 | ||
d760033f | 6 | bspc config top_padding 20 |
8c17e1b6 | 7 | |
3aeeb20d AB |
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 | ||
d760033f | 13 | bspc monitor -d I II III IV V VI VII VIII IX X |
3aeeb20d AB |
14 | |
15 | bspc rule -a Firefox desktop=^2 focus=on | |
16 | bspc rule -a Thunderbird desktop=^3 focus=on | |
22611512 | 17 | bspc rule -a apvlv desktop=^5 focus=on |
3aeeb20d | 18 | |
8c17e1b6 | 19 | # panel & |