fixed some host-specific config

This commit is contained in:
Emmet
2025-03-08 16:36:47 -06:00
parent c4dcf59357
commit c33d75a1be
4 changed files with 28 additions and 7 deletions

View File

@@ -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
}