xinitrc: only call sct if it's present
This commit is contained in:
parent
a3264597a6
commit
2ae7b3db3c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue