aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-03-27 20:11:03 -0300
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-03-27 20:11:03 -0300
commitaa56d5c82580bdaf679bebaa17834dc4f715ea9e (patch)
tree38d807b4e216dc3230fc96152b79be235f3036c1 /config.h
parent71322ec48c466329c1767c48d56e835b17017121 (diff)
Removed pango for debugging purposes
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h b/config.h
index 9185239..4638ccb 100644
--- a/config.h
+++ b/config.h
@@ -1,17 +1,16 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-//static const char font[] = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*";
-static const char font[] = "Sans 8";
+static const char font[] = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*";
+//static const char font[] = "Sans 8";
-#define NUMCOLORS 5 // need at least 3
+#define NUMCOLORS 4 // need at least 3
static const char colors[NUMCOLORS][ColLast][8] = {
// border foreground background
{ "#3b3b3b", "#888888", "#0b0b0b" }, // 0 = normal
{ "#000000", "#386dff", "#0b0b0b" }, // 1 = selected
{ "#ffffff", "#808080", "#ffffaa" }, // 2 = urgent/warning
{ "#ffffff", "#808080", "#ffaaaa" }, // 3 = error
- { "#000000", "#d0d0d0", "#386dff" }, // 4 = tab selection
};
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */