mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
fixed some host-specific config
This commit is contained in:
parent
c4dcf59357
commit
c33d75a1be
4 changed files with 28 additions and 7 deletions
|
@ -557,18 +557,12 @@ appearance:
|
|||
ignore_dbus_inhibit = false
|
||||
}
|
||||
|
||||
#listener {
|
||||
# timeout = 150 # in seconds
|
||||
# on-timeout = hyprctl dispatch dpms off
|
||||
# on-resume = hyprctl dispatch dpms on
|
||||
#}
|
||||
listener {
|
||||
timeout = 165 # in seconds
|
||||
on-timeout = loginctl lock-session
|
||||
}
|
||||
listener {
|
||||
timeout = 180 # in seconds
|
||||
#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