summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-08 15:55:23 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-08 15:55:23 +0200
commit9ed035a5c117b501d5f708a9fd677a6b85543475 (patch)
treec235560c571e30c1f676de42306f3ffa69a3b09b /config.def.h
parentd16553bcbcca9bb05c93276df7fbd3c1f1bfb45d (diff)
downloadtabbed-9ed035a5c117b501d5f708a9fd677a6b85543475.tar.gz
added classhints, tab-clicking works again.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index c785751..0fb6232 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,6 +4,8 @@ static const char normfgcolor[] = "#c0c0c0";
static const char selbgcolor[] = "#884400";
static const char selfgcolor[] = "#f0f0f0";
static const int tabwidth = 200;
+static const char before[] = "<";
+static const char after[] = ">";
#define EXEC "surf", "-x"
#define MODKEY ControlMask