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