Files
dots/configs/themed/sway_forest/sway/swayidle

6 lines
212 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'