forked from Shinonome/dots-hyprland
hypridle: fix monitor not turning off after manual lock
This commit is contained in:
@@ -3,12 +3,12 @@ $suspend_cmd = pidof steam || systemctl suspend || loginctl suspend # fuck nvidi
|
|||||||
|
|
||||||
general {
|
general {
|
||||||
lock_cmd = $lock_cmd
|
lock_cmd = $lock_cmd
|
||||||
before_sleep_cmd = $lock_cmd
|
before_sleep_cmd = loginctl lock-session
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 180 # 3mins
|
timeout = 180 # 3mins
|
||||||
on-timeout = $lock_cmd
|
on-timeout = loginctl lock-session
|
||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
|
|||||||
Reference in New Issue
Block a user