From e47099f287ca537a806d4953322338c3696fd1a6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 28 Feb 2023 14:38:34 -0300 Subject: etc/sh/rc: Sleep after 30 minutes instead of 5 5 minutes is too low, and too annoying. --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 9e09bd5..d81e6b2 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -393,7 +393,7 @@ fi # if [ -n "$DISPLAY" ]; then - xset s 300 + xset s 1800 xset r rate 225 100 fi -- cgit v1.2.3