From df4640413863870cae0612c36f9e85ebeb0420b1 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 5 Sep 2022 09:40:32 +0200 Subject: up --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 6ec80a5..8a6912d 100644 --- a/config.h +++ b/config.h @@ -38,8 +38,8 @@ static const Block blocks[] = { }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. -static char *predelim = " "; -static char *postdelim = " "; +static char *predelim = " "; +static char *postdelim = ""; // Have dwmblocks automatically recompile and run when you edit this file in // vim with the following line in your vimrc/init.vim: -- cgit v1.2.3