From e924da63980c0fa0be6babdee5f920d034e0fe6a Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Thu, 23 Feb 2023 05:00:19 +0200 Subject: [PATCH] Remove some silly rules, and fix workspaces --- bspwm/.config/bspwm/bspwmrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index ce2af3d..67261a4 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -21,13 +21,9 @@ polybar main & # Ensure we have the correct cursor xsetroot -cursor_name left_ptr - -bspc monitor -d I II III IV V VI VII VIII IX X - - 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 window_gap 8 @@ -38,8 +34,6 @@ bspc config split_ratio 0.52 bspc config borderless_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 Kupfer.py focus=on bspc rule -a Screenkey manage=off