summaryrefslogtreecommitdiffstats
path: root/source/xrmoptions.c
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 /source/xrmoptions.c
parentb7ec4fa6fb70b35f08bb09ee1328730efb44d71a (diff)
Big rename from Switcher to Mode internal, to match with user terminology
Diffstat (limited to 'source/xrmoptions.c')
-rw-r--r--source/xrmoptions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xrmoptions.c b/source/xrmoptions.c
index 70779e27..03cfd301 100644
--- a/source/xrmoptions.c
+++ b/source/xrmoptions.c
@@ -55,8 +55,8 @@ typedef struct
* Currently supports string, boolean and number (signed and unsigned).
*/
static XrmOption xrmOptions[] = {
- { xrm_String, "switchers", { .str = &config.switchers }, NULL, "" },
- { xrm_String, "modi", { .str = &config.switchers }, NULL, "Enabled modi" },
+ { xrm_String, "switchers", { .str = &config.modi }, NULL, "" },
+ { xrm_String, "modi", { .str = &config.modi }, NULL, "Enabled modi" },
{ xrm_Number, "opacity", { .num = &config.window_opacity }, NULL, "Window opacity" },
{ xrm_SNumber, "width", { .snum = &config.menu_width }, NULL, "Window width" },
{ xrm_Number, "lines", { .num = &config.menu_lines }, NULL, "Number of lines" },