blob: 48345babd22de3c0360ac66afafce4ab924e0d6a (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/execlineb -P
swayidle -w -S seat0 \
timeout 540 'lock' \
timeout 800 'swaymsg output \* dpms off' \
resume 'swaymsg output \* dpms on' \
before-sleep 'lock' \
lock 'lock'
|