From 52ccb642849a8edcde077e3794be530a469af642 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 28 Aug 2020 12:49:34 +0200 Subject: [PATCH] Remove output for command check --- dotfiles/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 9faf2af..b657a1d 100644 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -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