Compare commits
1 Commits
bab464f8f3
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
16a2536955
|
@@ -1,11 +1,11 @@
|
|||||||
before-sleep 'loginctl lock-session'
|
before-sleep 'loginctl lock-session'
|
||||||
|
|
||||||
{% if hostname == "sputnik" %}
|
{% if hostname == "sputnik" %}
|
||||||
timeout 1770 'notify-send "Locking in 30s"'
|
timeout 1770 'notify-send --app-name=swayidle "Locking in 30s"'
|
||||||
timeout 1800 'loginctl lock-session'
|
timeout 1800 'loginctl lock-session'
|
||||||
{% else %}
|
{% else %}
|
||||||
timeout 530 'notify-send "Locking in 30s"'
|
timeout 530 'notify-send --app-name=swayidle "Locking in 30s"'
|
||||||
timeout 600 'loginctl lock-session'
|
timeout 600 'loginctl lock-session'
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
||||||
{% if hostname == "buran" %}
|
{% if hostname == "buran" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user