diff --git a/bspwm/.config/bspwm/autostart b/bspwm/.config/bspwm/autostart index d24684b..5a13041 100755 --- a/bspwm/.config/bspwm/autostart +++ b/bspwm/.config/bspwm/autostart @@ -59,7 +59,7 @@ jgmenu --at-pointer --hide-on-startup & #(tint2; sleep 10; xdo raise -n tint2) & ## launch tray -stalonetray -v -t --geometry=1x48+0+35 & +stalonetray -v --geometry=1x48+0+35 & ## Screenshot daemon flameshot & diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index f34416e..ad6a464 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -98,10 +98,10 @@ bspc rule -a Variety state=floating rectangle=1600x120+0+440 ## windows on the desktop. Using it disables negative window gap. autogap & -## This script balances all windows when new one is spawned +## This script balances all windows when new one is spawned #euclid_balancer & -##Edge-switcher switches to next workspace when moves moves to the +##Edge-switcher switches to next workspace when moves moves to the ##edge of the monitor (behavior similar to enlightenment) #edge-switcher &