xinitrc: only call sct if it's present

This commit is contained in:
Lucas 2022-05-18 14:05:52 +00:00
parent a3264597a6
commit 2ae7b3db3c
1 changed files with 3 additions and 1 deletions

View File

@ -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