Fix hypridle timeout to actually be 2.5min

The intent was for this to be 2.5 minutes but 180s is 3 minutes.
This commit is contained in:
Richard Macklin
2025-08-03 10:23:08 -07:00
parent f21a808bc5
commit 5a29322bf8

View File

@ -7,7 +7,7 @@ general {
}
listener {
timeout = 180 # 2.5min
timeout = 150 # 2.5min
on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
}