2018-08-14 04:39:50 +00:00
|
|
|
#! /bin/sh
|
|
|
|
|
2018-08-16 01:33:42 +00:00
|
|
|
pgrep -x sxhkd >/dev/null \
|
|
|
|
&& pkill -x -SIGUSR1 sxhkd \
|
|
|
|
|| sxhkd &
|
2018-08-14 04:39:50 +00:00
|
|
|
|
2020-06-24 01:14:51 +00:00
|
|
|
bspc monitor -d I II III IV
|
2018-08-14 04:39:50 +00:00
|
|
|
|
|
|
|
bspc config border_width 2
|
|
|
|
bspc config window_gap 12
|
|
|
|
bspc config bottom_padding 30
|
|
|
|
|
|
|
|
bspc config split_ratio 0.52
|
2018-08-16 01:33:42 +00:00
|
|
|
bspc config borderless_monocle false
|
|
|
|
bspc config gapless_monocle false
|
2018-08-14 04:39:50 +00:00
|
|
|
|
2020-06-24 01:14:51 +00:00
|
|
|
bspc config pointer_modifier mod1
|
|
|
|
|
2018-08-16 01:33:42 +00:00
|
|
|
bspc rule -r '*'
|
2018-08-14 04:39:50 +00:00
|
|
|
bspc rule -a Gimp desktop='^8' state=floating follow=on
|
|
|
|
bspc rule -a Chromium desktop='^2'
|
|
|
|
bspc rule -a mplayer2 state=floating
|
|
|
|
bspc rule -a Kupfer.py focus=on
|
|
|
|
bspc rule -a Screenkey manage=off
|
|
|
|
bspc rule -a Cerebro state=floating focus=on
|
|
|
|
bspc rule -a Emacs state=tiled
|