summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-09-22 22:23:52 +0200
committerDave Davenport <qball@gmpclient.org>2015-09-22 22:23:52 +0200
commit5cc695e1861d5c4389847636d9ba1a71d69e2874 (patch)
tree37276a5725be26a70920f60c57c70fdf92ba4b25 /config
parent023bb23bcfc2e0139d3ba042a2eb96f57622f592 (diff)
Add markup flag for dmenu.
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 37ab74c6..1afcd483 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -139,5 +139,6 @@ Settings config = {
/** Separator style: dash/solid */
.separator_style = "dash",
/** Hide scrollbar */
- .hide_scrollbar = FALSE,
+ .hide_scrollbar = FALSE,
+ .markup_rows = FALSE,
};