1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-07-06 22:38:57 +02:00

Merge pull request #26 from roles-ansible/s

Expand sleep
This commit is contained in:
L3D 2024-05-24 11:19:58 +02:00 committed by GitHub
commit 31c8ca4dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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