From 2ae7b3db3caca263648dc69faf2c35deee02d864 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 18 May 2022 14:05:52 +0000 Subject: [PATCH] xinitrc: only call sct if it's present --- dotfiles/xinitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 06e643c..8bf2ef2 100755 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -14,7 +14,9 @@ if [ -r ~/.profile ]; then . ~/.profile fi -sct 3500 +if command -v sct >/dev/null 2>&1; then + sct 3500 +fi setxkbmap -layout us -variant altgr-intl -option compose:caps xset r rate 300 75