This is more clear

This commit is contained in:
Ashish Kumar Yadav 2020-12-27 21:42:54 +05:30
parent 27b03c8a66
commit 18b6ff255d

View file

@ -7,8 +7,8 @@
* The character corresponding to DELIMITERENDCHAR + 1 ('\x0b' when * The character corresponding to DELIMITERENDCHAR + 1 ('\x0b' when
DELIMITERENDCHAR is 10) will switch the active colorscheme to the first one DELIMITERENDCHAR is 10) will switch the active colorscheme to the first one
defined in colors array in dwm's config.h and so on. 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 * If you wish to change DELIMITERENDCHAR, don't forget to update its value in
color codes in your pathu programs. */ dwm.c and color codes in your pathu programs. */
#define DELIMITERENDCHAR 10 #define DELIMITERENDCHAR 10