From 72dc44f963bfdfbef141cbba9cf23f1358a335a3 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 7 Nov 2019 13:07:19 -0700 Subject: Revert "Changed delimeter to accept multiple characters." Bug was found where certain modules caused dwm to lag horribly. Reverting until a fix can be found. This reverts commit 3da92ebccb863394a3501ce2d9cbe60ad9aafc8c. --- blocks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'blocks.h') diff --git a/blocks.h b/blocks.h index 3493ce1..31e98af 100644 --- a/blocks.h +++ b/blocks.h @@ -16,5 +16,5 @@ static const Block blocks[] = { {"", "~/bin/statusbar/clock", 5, 0}, }; -//sets delimeter between status commands. Empty string ("") means no delimeter. -static char* delim = "|"; +//sets delimeter between status commands. NULL character ('\0') means no delimeter. +static char delim = '|'; -- cgit v1.2.3