Deduplicated autogap starting

This commit is contained in:
2021-10-11 12:19:49 +02:00
parent e5f4383465
commit 625994ad86
2 changed files with 2 additions and 5 deletions

View File

@@ -29,9 +29,6 @@ eval $(awk -F'=' '/Exec=/ {print $2}' ~/.config/autostart/lxrandr-autostart.desk
## Map super key to trigger rofi when used alone ## Map super key to trigger rofi when used alone
xcape -e 'Super_L=Super_L|Shift_L|space' & xcape -e 'Super_L=Super_L|Shift_L|space' &
## Automagically set gap width based on amount of windows open
autogap &
## Polkit agent ## Polkit agent
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 & /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &

View File

@@ -90,9 +90,9 @@ bspc rule -a dunst border=off manage=off
#bspc desktop II --layout monocle #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. ## windows on the desktop. Using it disables negative window gap.
#autogap & autogap &
## This script balances all windows when new one is spawned ## This script balances all windows when new one is spawned
#euclid_balancer & #euclid_balancer &