summaryrefslogtreecommitdiffstats
path: root/config/config.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-28 23:07:48 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-28 23:07:48 +0200
commit9f25a975ae97df5cbb050825d157f221a9e88110 (patch)
tree454770c41f7b0e1c091a4fe935acc0b3875b02af /config/config.c
parent3ac07c3535cf344ade1848b6c06d236e39a88111 (diff)
Fix windowcd command and allow custom Window string format
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c
index 82ab987c..d27e043b 100644
--- a/config/config.c
+++ b/config/config.c
@@ -128,4 +128,5 @@ Settings config = {
.scrollbar_width = 8,
.scroll_method = 0,
.fake_background = "screenshot",
+ .window_format = "w c t",
};