mirror of
https://github.com/roles-ansible/ansible_role_sway.git
synced 2024-08-16 13:49:49 +02:00
Expand sleep
This commit is contained in:
parent
ed08078c36
commit
28c20809f3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue