xinitrc: only call sct if it's present
This commit is contained in:
parent
a3264597a6
commit
2ae7b3db3c
@ -14,7 +14,9 @@ if [ -r ~/.profile ]; then
|
|||||||
. ~/.profile
|
. ~/.profile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command -v sct >/dev/null 2>&1; then
|
||||||
sct 3500
|
sct 3500
|
||||||
|
fi
|
||||||
|
|
||||||
setxkbmap -layout us -variant altgr-intl -option compose:caps
|
setxkbmap -layout us -variant altgr-intl -option compose:caps
|
||||||
xset r rate 300 75
|
xset r rate 300 75
|
||||||
|
Loading…
Reference in New Issue
Block a user