8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
exec swayidle -w \
|
|
timeout 300 'swaylock -f -c 000000' \
|
|
timeout 600 'swaymsg "output * dpms off"' \
|
|
resume 'swaymsg "output * dpms on"' \
|
|
before-sleep 'swaylock -f -c 000000' \
|
|
lock 'swaylock -f -c 000000' \
|
|
lid 'swaylock -f -c 000000; systemctl suspend'
|