mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Swapped lock/dpms order
This commit is contained in:
parent
5570e49412
commit
c9a684c3b1
1 changed files with 5 additions and 5 deletions
|
@ -620,15 +620,15 @@ in
|
|||
|
||||
listener {
|
||||
timeout = 150 # in seconds
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
listener {
|
||||
timeout = 165 # in seconds
|
||||
on-timeout = hyprctl dispatch dpms off
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
listener {
|
||||
timeout = 7200 # in seconds
|
||||
timeout = 160 # in seconds
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
listener {
|
||||
timeout = 5400 # in seconds
|
||||
on-timeout = systemctl suspend
|
||||
on-resume = hyprctl dispatch dpms on
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue