diff options
author | EuAndreh <eu@euandre.org> | 2023-03-15 15:44:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-15 15:44:17 -0300 |
commit | 748ec1c372bf21767a982df01ce67a99484302ee (patch) | |
tree | 3cf77533aee305d99063740c3a6f3f935d26098b /etc | |
parent | Makefile: Add $(hostname) of sender in "check-aliases" (diff) | |
download | dotfiles-748ec1c372bf21767a982df01ce67a99484302ee.tar.gz dotfiles-748ec1c372bf21767a982df01ce67a99484302ee.tar.xz |
etc/sh/rc: Enable $DISPLAY to be unset without erroring
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -386,7 +386,7 @@ fi # Only for graphical sessions # -if [ -n "$DISPLAY" ]; then +if [ -n "${DISPLAY:-}" ]; then xset s 1800 xset r rate 225 100 fi |