diff options
author | EuAndreh <eu@euandre.org> | 2023-02-28 14:38:34 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-28 14:38:37 -0300 |
commit | e47099f287ca537a806d4953322338c3696fd1a6 (patch) | |
tree | 885214438c64b385476c92f9740c76f6991bfd58 | |
parent | etc/xmonad/xmonad.hs: Use EWMH fullscreen handling (diff) | |
download | dotfiles-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/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ fi # if [ -n "$DISPLAY" ]; then - xset s 300 + xset s 1800 xset r rate 225 100 fi |