From 0558f41dc24c0b8c9ae18ddf4d26eeede60f80a7 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 3 Sep 2021 12:45:25 +0300 Subject: (2) Removed automatic app launch on resolution change in autostart. And added app reset on login. --- .config/openbox/autostart | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.config') diff --git a/.config/openbox/autostart b/.config/openbox/autostart index e7c51ff..86768da 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -2,12 +2,9 @@ # These commands are ran when an Openbox X Session is started. # -xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413 -tail -n 1 -f /var/log/Xorg.0.log | while read # execute stuff when resolution (mostly) changes -do - ~/.fehbg & # wallpaper - lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead -done & +xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413 +~/.fehbg & # wallpaper +lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu dunst & # notification daemon -- cgit v1.2.3