From 5b81253404ae5492a2b0f560a7b02a3fa91a91fb Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 9 Aug 2017 02:49:04 -0500 Subject: [PATCH] Delay start of some applications They cause issues under some circumstances when started too quickly. --- .config/i3/config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index b5e89235..84b59b5e 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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. exec --no-startup-id "i3lock -c1d2021" -exec_always --no-startup-id ~/.config/polybar/launch.sh -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 dunst -exec_always --no-startup-id feh --bg-fill ~/Pictures/Wallpapers/i3/* -exec --no-startup-id mopidy -exec --no-startup-id syncthing -no-browser +exec_always --no-startup-id "sleep 3; ~/.config/polybar/launch.sh" +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 "dunst" +exec_always --no-startup-id "sleep 3; feh --bg-fill ~/Pictures/Wallpapers/i3/*" +exec --no-startup-id "mopidy" +exec --no-startup-id "syncthing -no-browser" ################### ## Settings