Fixed issue with i3 reload config logging out user

This commit is contained in:
Random936 2025-03-09 12:02:18 -07:00
parent 59276b06bd
commit 8675d9019b

View File

@ -159,6 +159,6 @@ client.unfocused #333333 #222222 #888888 #292d2e #eeeeee
exec "xautolock -detectsleep -time 3 -locker i3lock-fancy" exec "xautolock -detectsleep -time 3 -locker i3lock-fancy"
# Startup Applications # Startup Applications
exec_always --no-startup-id "$HOME/.screenlayout/launch.sh &" # setup screen layout and wallpapers
exec_always --no-startup-id "$HOME/.scripts/autostart_desktop.sh &" # run autostart desktop apps
exec_always --no-startup-id "killall polybar; polybar" # status bar exec_always --no-startup-id "killall polybar; polybar" # status bar
exec --no-startup-id "$HOME/.screenlayout/launch.sh &" # setup screen layout and wallpapers
exec --no-startup-id "$HOME/.scripts/autostart_desktop.sh &" # run autostart desktop apps