From 4f9ece4b8535332c891ca7b4bd90c621744366eb Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 27 Aug 2020 09:06:59 +0200 Subject: [PATCH] Change which in if statement to command -v --- dotfiles/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 64e9db0..9faf2af 100644 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -38,7 +38,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then unset f fi -if which numlockx; then +if command -v numlockx; then numlockx & fi