From 28c20809f3760c0838a93a4112e06f6ff6a87b87 Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 24 May 2024 11:18:03 +0200 Subject: [PATCH] Expand sleep --- templates/config.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.j2 b/templates/config.j2 index e891a2b..4bcdabb 100644 --- a/templates/config.j2 +++ b/templates/config.j2 @@ -195,11 +195,11 @@ exec xautolock -time {{ lock_after_time }} -locker 'maim /tmp/screen_locked.png; # Start Default Applications {% for application in i3_applications if application.on_startup %} -exec sleep 3 && {{ application.name }} +exec sleep 5 && {{ application.name }} {% endfor %} {% for app in i3_run_on_startup %} -exec sleep 4 && {{ app }} +exec sleep 12 && {{ app }} {% endfor %} # Register Keybindings