Updated hyprland screen lock behavior
This commit is contained in:
@@ -607,11 +607,16 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 300 # in seconds
|
timeout = 150 # in seconds
|
||||||
on-timeout = loginctl lock-session
|
on-timeout = loginctl lock-session
|
||||||
}
|
}
|
||||||
listener {
|
listener {
|
||||||
timeout = 600 # in seconds
|
timeout = 165 # in seconds
|
||||||
|
on-timeout = hyprctl dispatch dpms off
|
||||||
|
on-resume = hyprctl dispatch dpms on
|
||||||
|
}
|
||||||
|
listener {
|
||||||
|
timeout = 7200 # in seconds
|
||||||
on-timeout = systemctl suspend
|
on-timeout = systemctl suspend
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
Reference in New Issue
Block a user