aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dzen.h b/dzen.h
index e0904c2..1f266be 100644
--- a/dzen.h
+++ b/dzen.h
@@ -5,14 +5,15 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <X11/keysym.h>
+//#include <X11/keysym.h>
#include <pthread.h>
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
#define BGCOLOR "#ab0b0b"
#define FGCOLOR "#efefef"
-#define BUF_SIZE 4096
+//#define BUF_SIZE 4096
+#define BUF_SIZE 1024
/* gui data structures */
enum { ColFG, ColBG, ColLast };