summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 10306dc..6250faa 100644
--- a/config.h
+++ b/config.h
@@ -4,6 +4,8 @@ static const unsigned int snap = 4; /* snap pixel */
static const unsigned int gappx = 4; /* tiling spacing */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
+#define ICONSIZE 16 /* icon size */
+#define ICONSPACING 5 /* space between icon and title */
static const char *fonts[] = { "inconsolata:pixelsize=17" };
static const char dmenufont[] = "inconsolata:pixelsize=17";