beeg beeg one
This commit is contained in:
23
archive/hypr/hypridle.conf
Normal file
23
archive/hypr/hypridle.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# ~/.config/hypr/hypridle.conf
|
||||
|
||||
general {
|
||||
before_sleep_cmd = hyprlock
|
||||
after_sleep_cmd = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 600 # 10 minutes
|
||||
on-timeout = hyprlock
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 900 # 15 minutes
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 7200 # 2 hours
|
||||
on-timeout = hyprlock & disown && systemctl suspend
|
||||
}
|
||||
Reference in New Issue
Block a user