Increased default CMDLENGHTH to 50

This commit is contained in:
Ashish Kumar Yadav 2020-11-12 13:50:26 +05:30
parent 7d24050c22
commit d7a9975361

View file

@ -8,7 +8,7 @@
#include <unistd.h>
#include <X11/Xlib.h>
#define CMDLENGTH 25
#define CMDLENGTH 50
#define STTLENGTH 256
#define NILL INT_MIN
#define LOCKFILE "/tmp/dwmblocks.pid"