xinitrc: Remove conky existence check

It will just output an error, which can be a useful reminder
master
Pierre Neidhardt 2017-08-15 23:13:13 +01:00
parent db1819bbbf
commit be8850b1d9
1 changed files with 1 additions and 3 deletions

View File

@ -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