Skip to content

Commit

Permalink
Merge pull request #26 from roles-ansible/s
Browse files Browse the repository at this point in the history
Expand sleep
  • Loading branch information
DO1JLR committed May 24, 2024
2 parents ed08078 + 28c2080 commit 31c8ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31c8ca4

Please sign in to comment.