Skip to content

Commit 2712f26

Browse files
committed
Increase time before screensaver starts to 2.5 minutes (from 1 minute)
1 parent 25ed646 commit 2712f26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/hypr/hypridle.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ general {
77
}
88

99
listener {
10-
timeout = 60 # 1min
10+
timeout = 180 # 2.5min
1111
on-timeout = pidof hyprlock || omarchy-launch-screensaver # start screensaver (if we haven't locked already)
1212
}
1313

migrations/1754228679.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
echo "Increase time before screensaver starts to 2.5 minutes (from 1 minute)"
2+
omarchy-refresh-hypridle

0 commit comments

Comments
 (0)