nix-conf/home/config/swayidle/config
2024-12-18 16:22:07 +08:00

4 lines
158 B
Text
Executable file

timeout 300 'if pgrep swaylock; then hyprctl dispatch dpms off; fi'
resume 'hyprctl dispatch dpms on'
timeout 420 'systemctl suspend'
before-sleep 'swaylock'