Delay start of some applications

They cause issues under some circumstances when started too quickly.
This commit is contained in:
Salt 2017-08-09 02:49:04 -05:00
parent 6564a93360
commit 5b81253404

View File

@ -50,13 +50,13 @@ font pango:Overpass 10
# Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up. # Use in case of NODM/autlogin and .xinitrc -- If we're just starting the system, we need to lock it up.
exec --no-startup-id "i3lock -c1d2021" exec --no-startup-id "i3lock -c1d2021"
exec_always --no-startup-id ~/.config/polybar/launch.sh exec_always --no-startup-id "sleep 3; ~/.config/polybar/launch.sh"
exec --no-startup-id redshift -l 38.627003:-90.199402 exec --no-startup-id "redshift -l 38.627003:-90.199402"
exec_always --no-startup-id compton -bc --config ~/.config/compton.conf exec_always --no-startup-id "compton -bc --config ~/.config/compton.conf"
exec_always --no-startup-id dunst exec_always --no-startup-id "dunst"
exec_always --no-startup-id feh --bg-fill ~/Pictures/Wallpapers/i3/* exec_always --no-startup-id "sleep 3; feh --bg-fill ~/Pictures/Wallpapers/i3/*"
exec --no-startup-id mopidy exec --no-startup-id "mopidy"
exec --no-startup-id syncthing -no-browser exec --no-startup-id "syncthing -no-browser"
################### ###################
## Settings ## Settings