summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h
index f187d19..b11e370 100644
--- a/config.h
+++ b/config.h
@@ -5,11 +5,6 @@ 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 17 /* icon size in pixels */
-#define ICONSPACING 6 /* space between icon and title */
-//#define ICONSIZE bh /* make icon size equals to bar height */
-//#define ICONSIZE (bh - 4) /* or adaptively preserve 2 pixels each side */
-
static const char *fonts[] = { "inconsolata:pixelsize=17" };
static const char dmenufont[] = "inconsolata:pixelsize=17";