From 18b6ff255dfd0beccf0bcf00b70b224dffa21ef7 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sun, 27 Dec 2020 21:42:54 +0530 Subject: [PATCH] This is more clear --- blocks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks.h b/blocks.h index 9d33d2d..e6f7e8b 100644 --- a/blocks.h +++ b/blocks.h @@ -7,8 +7,8 @@ * The character corresponding to DELIMITERENDCHAR + 1 ('\x0b' when DELIMITERENDCHAR is 10) will switch the active colorscheme to the first one defined in colors array in dwm's config.h and so on. - * If you wish to change this, don't forget to update its value in dwm.c and - color codes in your pathu programs. */ + * If you wish to change DELIMITERENDCHAR, don't forget to update its value in + dwm.c and color codes in your pathu programs. */ #define DELIMITERENDCHAR 10