mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add sleep as well to hypridle
This commit is contained in:
@ -14,3 +14,8 @@ listener {
|
||||
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
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 1800 # 10min
|
||||
on-timeout = systemctl sleep # go to sleep
|
||||
}
|
||||
|
Reference in New Issue
Block a user