blob: 405cdbe27a64dc44dbb3176c06a0770c81e434ad (
plain) (
blame)
1
2
3
4
5
6
7
8
|
SWAYIDLE_COMMAND=<<EOF
timeout 540 'notify-send swayidle "screen off in 60s"'
timeout 600 'sway output * dpms off'
resume 'sway output * dpms on'
timeout 800 suspend
before-sleep lock
EOF
|