summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-25 09:26:38 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-25 09:26:38 +0100
commit3c411433b467dcc979213f139f1b11dd01ed32b0 (patch)
treed9b4d432605268af0a00321dc0a8162db19c0637 /config
parentb7ec4fa6fb70b35f08bb09ee1328730efb44d71a (diff)
Big rename from Switcher to Mode internal, to match with user terminology
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 4b4139bd..8ab8bf27 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -29,9 +29,9 @@
#include "rofi.h"
Settings config = {
- /** List of enabled switchers. */
- /** -switchers */
- .switchers = "window,run,ssh",
+ /** List of enabled modi. */
+ /** -modi */
+ .modi = "window,run,ssh",
/** Set the default window opacity. */
/** This option only works when running a composite manager. */
/** -o */
@@ -118,7 +118,7 @@ Settings config = {
.separator = '\n',
/** Height of an element in #chars */
.element_height = 1,
- /** Sidebar mode, show the switchers */
+ /** Sidebar mode, show the modi */
.sidebar_mode = FALSE,
/** Lazy mode setting */
.lazy_filter_limit = 15000,