summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-03-29 11:17:19 +0100
committerDave Davenport <qball@gmpclient.org>2019-03-29 11:24:10 +0100
commitfadfae5433670da704f8bfac7687532a008867b9 (patch)
tree7289f765cf2607fc83362ea2f20b0301db6cedca /config
parent855fb4e22afd3e2cb86e313b55b958e9208d02f3 (diff)
[Window] Fix default value and help comment.
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 68201147..ce6fc1c6 100644
--- a/config/config.c
+++ b/config/config.c
@@ -143,7 +143,7 @@ Settings config = {
.scroll_method = 0,
.scrollbar_width = 8,
.fake_background = "screenshot",
- .window_format = "{w} {i}{c} {t}",
+ .window_format = "{w} {c} {t}",
.click_to_exit = TRUE,
.show_match = TRUE,
.theme = NULL,