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