forked from Shinonome/dots-hyprland
hypridle: longer timeouts
This commit is contained in:
@@ -7,17 +7,17 @@ general {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 180 # 3mins
|
timeout = 300 # 5mins
|
||||||
on-timeout = loginctl lock-session
|
on-timeout = loginctl lock-session
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 240 # 4mins
|
timeout = 600 # 10mins
|
||||||
on-timeout = hyprctl dispatch dpms off
|
on-timeout = hyprctl dispatch dpms off
|
||||||
on-resume = hyprctl dispatch dpms on
|
on-resume = hyprctl dispatch dpms on
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 540 # 9mins
|
timeout = 900 # 15mins
|
||||||
on-timeout = $suspend_cmd
|
on-timeout = $suspend_cmd
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user