Lose this until we can get screen to reliably wake from sleep

This commit is contained in:
David Heinemeier Hansson
2025-06-25 20:43:33 -07:00
parent 7dc9d7ad1e
commit b3691be5dd

View File

@ -14,8 +14,3 @@ listener {
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected on-resume = hyprctl dispatch dpms on && brightnessctl -r # screen on when activity is detected
} }
listener {
timeout = 1800 # 10min
on-timeout = systemctl sleep # go to sleep
}