From be8850b1d9b4e56a5d1611a2275142812737cd68 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 15 Aug 2017 23:13:13 +0100 Subject: [PATCH] xinitrc: Remove conky existence check It will just output an error, which can be a useful reminder --- .xinitrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index 00b6fd99..844050cb 100644 --- a/.xinitrc +++ b/.xinitrc @@ -18,9 +18,7 @@ fi if [ $# -eq 1 ] && command -v $1 >/dev/null 2>&1; then exec $1 else - if command -v dzen2 >/dev/null 2>&1 && command -v conky >/dev/null 2>&1; then - conky | dzen2 -p -dock -ta l -fn "Mono" & - fi + conky | dzen2 -p -dock -ta l -fn "Mono" & ## `exwm-enable' has to be called before the frame is spawned. emacs --daemon -f exwm-enable exec emacsclient -c