summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-31 13:47:44 +0200
committerDave Davenport <qball@gmpclient.org>2017-03-31 13:47:44 +0200
commit9ae1344d565e670626ccb6fe27bf731ba47fdbe0 (patch)
treeb32ee7680544cf1510bf107d564186a451204936 /config
parentd31fc5c8bc4d888b3a43aa9e09fbabb8df371a64 (diff)
Improve error message when called with `-show`
Diffstat (limited to 'config')
-rw-r--r--config/config.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/config/config.c b/config/config.c
index bd6df5cb..813f88af 100644
--- a/config/config.c
+++ b/config/config.c
@@ -34,11 +34,11 @@ Settings config = {
/** -modi */
.modi = "window,run,ssh",
/** The width of the switcher. (0100 in % > 100 in pixels) */
- .menu_width = 50,
+ .menu_width = 50,
/** Maximum number of options to show. */
- .menu_lines = 15,
+ .menu_lines = 15,
/** Number of columns */
- .menu_columns = 1,
+ .menu_columns = 1,
/** Font */
.menu_font = "mono 12",
@@ -69,9 +69,9 @@ Settings config = {
*/
.location = WL_CENTER,
/** Y offset */
- .y_offset = 0,
+ .y_offset = 0,
/** X offset */
- .x_offset = 0,
+ .x_offset = 0,
/** Always show config.menu_lines lines, even if less lines are available */
.fixed_num_lines = TRUE,
/** Do not use history */
@@ -85,7 +85,7 @@ Settings config = {
/** Cycle through in the element list */
.cycle = TRUE,
/** Height of an element in #chars */
- .element_height = 1,
+ .element_height = 1,
/** Sidebar mode, show the modi */
.sidebar_mode = FALSE,
/** auto select */
@@ -102,13 +102,13 @@ Settings config = {
/** Monitor */
.monitor = "-5",
/** Set filter */
- .filter = NULL,
- .fullscreen = FALSE,
- .dpi = -1,
- .threads = 0,
- .scroll_method = 0,
- .window_format = "{w} {c} {t}",
- .click_to_exit = TRUE,
- .show_match = TRUE,
- .theme = NULL,
+ .filter = NULL,
+ .fullscreen = FALSE,
+ .dpi = -1,
+ .threads = 0,
+ .scroll_method = 0,
+ .window_format = "{w} {c} {t}",
+ .click_to_exit = TRUE,
+ .show_match = TRUE,
+ .theme = NULL,
};