Add dunst config
[~bandali/configs] / bspwm / .config / bspwm / bspwmrc
1 #! /bin/sh
2
3 sxhkd &
4
5 bspc monitor -d I II III IV V VI VII VIII IX X
6
7 bspc config border_width 2
8 bspc config window_gap 12
9 #bspc config bottom_padding 32
10
11 # bspc config split_ratio 0.52
12 bspc config borderless_monocle true
13 bspc config click_to_focus true
14 bspc config gapless_monocle true
15
16 bspc rule -a Firefox desktop='^1' follow=on
17 bspc rule -a Emacs desktop='^2' state=tiled follow=on
18 bspc rule -a Chromium desktop='^4' follow=on
19 bspc rule -a Termite state=floating
20 bspc rule -a URxvt state=floating
21 bspc rule -a qterminal state=floating