mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 15:25:00 +01:00
Remove some silly rules, and fix workspaces
This commit is contained in:
parent
38b6afe311
commit
e924da6398
|
@ -21,13 +21,9 @@ polybar main &
|
||||||
# Ensure we have the correct cursor
|
# Ensure we have the correct cursor
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
|
|
||||||
|
|
||||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
|
||||||
|
|
||||||
|
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||||
|
|
||||||
bspc monitor -d I II III IV V VI VII VIII IX X
|
bspc monitor -d CHAT DEV WEB MISC
|
||||||
|
|
||||||
bspc config border_width 1
|
bspc config border_width 1
|
||||||
bspc config window_gap 8
|
bspc config window_gap 8
|
||||||
|
@ -38,8 +34,6 @@ bspc config split_ratio 0.52
|
||||||
bspc config borderless_monocle false
|
bspc config borderless_monocle false
|
||||||
bspc config gapless_monocle false
|
bspc config gapless_monocle false
|
||||||
|
|
||||||
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 mplayer2 state=floating
|
||||||
bspc rule -a Kupfer.py focus=on
|
bspc rule -a Kupfer.py focus=on
|
||||||
bspc rule -a Screenkey manage=off
|
bspc rule -a Screenkey manage=off
|
||||||
|
|
Loading…
Reference in a new issue