dotfiles/home/private_dot_config/swayidle/config

6 lines
148 B
Text

before-sleep 'lock'
timeout 300 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
timeout 1800 'lock'
timeout 3600 'systemctl suspend'