summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2016-01-04 02:21:04 +0100
committerChristoph Lohmann <20h@r-36.net>2016-01-04 18:29:40 +0100
commit8920c1ba196df53a8ca06c179a3aa3ee260a6935 (patch)
tree8df03c94ca8ab7c3351728edd8b71ace37771014 /config.def.h
parenteb0ff62120df6a5e87f26ba0b1e86bbaebeccb87 (diff)
Add configuration option for title truncation string
Permit to use arbitrary string instead of "..." (ie "$") when truncating client title. Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 587ce73..9facec5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,6 +10,7 @@ static const char* urgbgcolor = "#111111";
static const char* urgfgcolor = "#cc0000";
static const char before[] = "<";
static const char after[] = ">";
+static const char titletrim[] = "...";
static const int tabwidth = 200;
static const Bool foreground = True;
static Bool urgentswitch = False;