Updated i3 config to better load launch bash scripts

This commit is contained in:
Random936 2025-04-28 17:05:25 -07:00
parent 3e3e8034d4
commit e2f68e690d
2 changed files with 2 additions and 0 deletions

View File

@ -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

0
dotfiles/.screenlayout/polybar.sh Normal file → Executable file
View File