Final commit before Lua migration

This commit is contained in:
2026-06-05 23:59:12 -04:00
parent ffa6b2494c
commit 9b1e714b9c
14 changed files with 254 additions and 59 deletions
+12 -1
View File
@@ -6,7 +6,7 @@ auth {
background {
# path = screenshot
color = rgb(282828)
color = rgb(000000)
}
input-field {
@@ -56,4 +56,15 @@ label {
valign = center
}
listener {
timeout = 300 # 5 minutes
on-timeout = sleep 60 && busctl --user call org.freedesktop.secrets /org/freedesktop/secrets org.freedesktop.Secret.Service Lock "as" 1 "/org/freedesktop/secrets/aliases/default" && hyprlock
}
listener {
timeout = 330 # 5.5 minutes
on-timeout = hyprctl dispatch dpms off # screen off
on-resume = hyprctl dispatch dpms on # screen on
}
# vim:ft=hyprlang