Fixing lock time

This commit is contained in:
2026-03-23 22:16:03 +00:00
parent 5e57111548
commit 641212f0e3
2 changed files with 3 additions and 2 deletions

View File

@@ -6,12 +6,12 @@ general {
}
listener {
timeout = 150 # 2.5min
timeout = 300 # 5min
on-timeout = pidof hyprlock || station-launch-screensaver # start screensaver (if we haven't locked already)
}
listener {
timeout = 151 # 5min
timeout = 301 # 5min
on-timeout = loginctl lock-session # lock screen when timeout has passed
}