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