diff options
| -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 |
![]() |
index : dotfiles | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | etc/sh/rc | 2 |
@@ -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 |