From e2f68e690dfeb0151ac70ba05ae72585a0fb03ef Mon Sep 17 00:00:00 2001 From: Random936 Date: Mon, 28 Apr 2025 17:05:25 -0700 Subject: [PATCH] Updated i3 config to better load launch bash scripts --- dotfiles/.config/i3/config | 2 ++ dotfiles/.screenlayout/polybar.sh | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 dotfiles/.screenlayout/polybar.sh diff --git a/dotfiles/.config/i3/config b/dotfiles/.config/i3/config index dbb8502..f8f59bc 100644 --- a/dotfiles/.config/i3/config +++ b/dotfiles/.config/i3/config @@ -160,4 +160,6 @@ client.unfocused #333333 #222222 #888888 #292d2e #eeeeee # Startup Applications exec --no-startup-id "$HOME/.screenlayout/launch.sh &" # setup screen layout and wallpapers +exec_always --no-startup-id "$HOME/.screenlayout/wallpapers.sh &" +exec_always --no-startup-id "$HOME/.screenlayout/polybar.sh &" # setup screen layout and wallpapers exec --no-startup-id "$HOME/.scripts/autostart_desktop.sh &" # run autostart desktop apps diff --git a/dotfiles/.screenlayout/polybar.sh b/dotfiles/.screenlayout/polybar.sh old mode 100644 new mode 100755