added grace period
This commit is contained in:
parent
49c774c5d0
commit
3338b04827
1 changed files with 7 additions and 1 deletions
|
|
@ -5,6 +5,12 @@ general {
|
|||
# Turn off screen
|
||||
listener {
|
||||
timeout = 300
|
||||
on-timeout = loginctl lock-session; hyprctl dispatch dpms off
|
||||
on-timeout = ; hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
||||
# Lock screen ten seconds later
|
||||
listener {
|
||||
timeout = 310
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue