mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Deduplicated autogap starting
This commit is contained in:
@@ -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 &
|
||||||
|
|
||||||
|
|||||||
@@ -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 &
|
||||||
|
|||||||
Reference in New Issue
Block a user