Increased default CMDLENGHTH to 50
This commit is contained in:
parent
7d24050c22
commit
d7a9975361
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue