dotfiles-arch/.config/sway/config.d/idle
2024-06-06 22:07:05 -04:00

6 lines
193 B
Text

# Turn off display after tiemout
exec swayidle -w \
timeout 300 'swaylock' \
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock'