From 748ec1c372bf21767a982df01ce67a99484302ee Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 15:44:12 -0300 Subject: etc/sh/rc: Enable $DISPLAY to be unset without erroring --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/sh/rc b/etc/sh/rc index 872d879..c5007e6 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -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 -- cgit v1.2.3