aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-28 14:38:34 -0300
committerEuAndreh <eu@euandre.org>2023-02-28 14:38:37 -0300
commite47099f287ca537a806d4953322338c3696fd1a6 (patch)
tree885214438c64b385476c92f9740c76f6991bfd58
parentetc/xmonad/xmonad.hs: Use EWMH fullscreen handling (diff)
downloaddotfiles-e47099f287ca537a806d4953322338c3696fd1a6.tar.gz
dotfiles-e47099f287ca537a806d4953322338c3696fd1a6.tar.xz
etc/sh/rc: Sleep after 30 minutes instead of 5
5 minutes is too low, and too annoying.
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
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