Change alacritty checking in bspwm startup file to st checking; Update submodule .config/nvim

This commit is contained in:
David Holland 2021-02-27 15:37:29 +01:00
parent b145dc90bd
commit 7ab53d6a15
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
2 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@ else
fi
fi
command -v alacritty >/dev/null 2>&1
command -v st >/dev/null 2>&1
return_val=$?
if [ $return_val -ne 0 ]; then
echo >&2 "Can't seem to find the alacritty executable. Exiting!"
echo >&2 "Can't seem to find the st executable. Exiting!"
bspc quit && exit 1
fi

@ -1 +1 @@
Subproject commit 27afd118949ed7cbc9277049254d4e6ea3f45c97
Subproject commit 3a449bda0b575dc153cb7678e39b24827a2766bf