Update .spacemacs
[~bandali/configs] / bspwm / .config / bspwm / bspwmrc
1 #! /bin/sh
2
3 sxhkd &
4 # sleep .25
5 xfce4-panel -d &
6 connman-gtk &
7 pnmixer &
8 sh ~/.fehbg &
9
10 bspc monitor -d I II III IV V VI VII VIII IX X
11
12 bspc config border_width 2
13 bspc config window_gap 10
14 #bspc config bottom_padding 32
15
16 # bspc config split_ratio 0.52
17 bspc config borderless_monocle true
18 bspc config click_to_focus true
19 bspc config gapless_monocle true
20
21 bspc rule -a Firefox desktop='^1' follow=on
22 bspc rule -a Emacs desktop='^2' state=tiled follow=on
23 bspc rule -a Chromium desktop='^4' follow=on
24 bspc rule -a URxvt state=floating
25 bspc rule -a URxvt:tiled state=tiled
26 bspc rule -a Connman-gtk state=floating
27 bspc rule -a Xfce4-panel state=floating
28 bspc rule -a TelegramDesktop state=floating
29 bspc rule -a Ec state=floating