mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Swapped lock/dpms order
This commit is contained in:
parent
5570e49412
commit
c9a684c3b1
|
@ -620,15 +620,15 @@ in
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 150 # in seconds
|
timeout = 150 # in seconds
|
||||||
on-timeout = loginctl lock-session
|
|
||||||
}
|
|
||||||
listener {
|
|
||||||
timeout = 165 # in seconds
|
|
||||||
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 = 7200 # in seconds
|
timeout = 160 # in seconds
|
||||||
|
on-timeout = loginctl lock-session
|
||||||
|
}
|
||||||
|
listener {
|
||||||
|
timeout = 5400 # in seconds
|
||||||
on-timeout = systemctl suspend
|
on-timeout = systemctl suspend
|
||||||
on-resume = hyprctl dispatch dpms on
|
on-resume = hyprctl dispatch dpms on
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue