1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

Expand sleep

This commit is contained in:
L3D 2024-05-24 11:18:03 +02:00
parent ed08078c36
commit 28c20809f3
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -195,11 +195,11 @@ exec xautolock -time {{ lock_after_time }} -locker 'maim /tmp/screen_locked.png;
# Start Default Applications # Start Default Applications
{% for application in i3_applications if application.on_startup %} {% for application in i3_applications if application.on_startup %}
exec sleep 3 && {{ application.name }} exec sleep 5 && {{ application.name }}
{% endfor %} {% endfor %}
{% for app in i3_run_on_startup %} {% for app in i3_run_on_startup %}
exec sleep 4 && {{ app }} exec sleep 12 && {{ app }}
{% endfor %} {% endfor %}
# Register Keybindings # Register Keybindings