updated i3 config to fix a few bugs when rebooting

This commit is contained in:
Random936 2025-01-14 20:46:00 -08:00
parent 7f7cfc85f8
commit 13b271475f
2 changed files with 2 additions and 2 deletions

View File

@ -158,4 +158,4 @@ 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_always --no-startup-id "killall polybar; polybar" # status bar

View File

@ -7,4 +7,4 @@ function load_script() {
}
load_script "$HOME/.screenlayout/wallpapers.sh" # wallpapers script
load_script "$HOME/.screenlayout/layout.sh"