1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | #!/bin/sh
## ┌┐ ┌─┐┌─┐┬ ┬┌┬┐
## ├┴┐└─┐├─┘││││││
## └─┘└─┘┴ └┴┘┴ ┴
sxhkd &
panel &
bspc monitor -d I II III IV V VI VII VIII IX X
bspc config border_width 4
bspc config window_gap 15
bspc config top_padding $PANEL_HEIGHT
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc rule -a URxvt state=pseudo_tiled
|
x