Minor tweaks concerning my bspwm setup on Arch
[~bandali/configs] / bspwm / .config / bspwm / bspwmrc
1 #! /bin/sh
2
3 sxhkd &
4 sh ~/.fehbg &
5 xfce4-panel -d &
6 pnmixer &
7 compton &
8
9 bspc monitor -d I II III IV V VI VII VIII IX X
10 #bspc monitor eDP-1 -d I II III IV V
11 #bspc monitor HDMI-1 -d VI VII VIII IX X
12
13 bspc config border_width 2
14 bspc config window_gap 8
15
16 #bspc config top_padding 20
17
18 bspc config split_ratio 0.52
19 bspc config borderless_monocle true
20 bspc config gapless_monocle true
21 bspc config click_to_focus true
22 bspc config directional_focus_tightness low
23
24 bspc rule -a Firefox desktop='^1' follow=on
25 bspc rule -a Emacs desktop='^2' state=tiled follow=on
26 #bspc rule -a Chromium desktop='^4' follow=on
27 bspc rule -a URxvt state=floating
28 bspc rule -a URxvt:tiled state=tiled
29 bspc rule -a Connman-gtk state=floating
30 bspc rule -a Xfce4-panel state=floating
31 bspc rule -a TelegramDesktop state=floating
32 bspc rule -a Ec state=floating
33 bspc rule -a Pavucontrol state=floating
34 bspc rule -a Eog state=floating
35 bspc rule -a Seahorse state=floating
36 bspc rule -a mpv state=floating
37 bspc rule -a Evince state=floating
38 bspc rule -a Meld state=floating