From 8675d9019b470b827fd399c0c9020a12f2cc5783 Mon Sep 17 00:00:00 2001 From: Random936 Date: Sun, 9 Mar 2025 12:02:18 -0700 Subject: [PATCH] Fixed issue with i3 reload config logging out user --- dotfiles/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/i3/config b/dotfiles/.config/i3/config index d824aea..fc20d5b 100644 --- a/dotfiles/.config/i3/config +++ b/dotfiles/.config/i3/config @@ -159,6 +159,6 @@ client.unfocused #333333 #222222 #888888 #292d2e #eeeeee exec "xautolock -detectsleep -time 3 -locker i3lock-fancy" # 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 --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