dotfiles/swayidle/config
Freyja Wildes 717216bb86 [sway] Configuration for automatic idle states
- Lock screen before going idle
- Lock screen automatically after a few minutes
- Turn off screen and go to idle after a few more minutes
2025-05-07 13:23:46 +02:00

3 lines
127 B
Text

timeout 600 'swaylock'
timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
before-sleep 'swaylock'