Remove output for command check

This commit is contained in:
flyingscorpio@arch-desktop 2020-08-28 12:49:34 +02:00
parent 4f9ece4b85
commit 52ccb64284

View file

@ -38,7 +38,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
if command -v numlockx; then
if command -v numlockx >/dev/null 2>&1; then
numlockx &
fi