diff --git a/bspwm/.config/bspwm/autostart b/bspwm/.config/bspwm/autostart index e8d5adc..31e37e7 100755 --- a/bspwm/.config/bspwm/autostart +++ b/bspwm/.config/bspwm/autostart @@ -29,9 +29,6 @@ eval $(awk -F'=' '/Exec=/ {print $2}' ~/.config/autostart/lxrandr-autostart.desk ## Map super key to trigger rofi when used alone xcape -e 'Super_L=Super_L|Shift_L|space' & -## Automagically set gap width based on amount of windows open -autogap & - ## Polkit agent /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index f9ef633..9b2619d 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -90,9 +90,9 @@ bspc rule -a dunst border=off manage=off #bspc desktop II --layout monocle -## Autogap adjusts windowgap automatically according to the number of +## Autogap adjusts windowgap automagically according to the number of ## windows on the desktop. Using it disables negative window gap. -#autogap & +autogap & ## This script balances all windows when new one is spawned #euclid_balancer &