Final commit before Lua migration
This commit is contained in:
+12
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user