updated i3 config to fix a few bugs when rebooting
This commit is contained in:
parent
7f7cfc85f8
commit
13b271475f
@ -158,4 +158,4 @@ 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/.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 "$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
|
||||||
|
@ -7,4 +7,4 @@ function load_script() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
load_script "$HOME/.screenlayout/wallpapers.sh" # wallpapers script
|
load_script "$HOME/.screenlayout/wallpapers.sh" # wallpapers script
|
||||||
|
load_script "$HOME/.screenlayout/layout.sh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user