[config] dump modes instead of modi

This commit is contained in:
Dave Davenport 2022-03-02 18:46:59 +01:00
parent d2ef00dea0
commit 1d4a8227b2
1 changed files with 6 additions and 6 deletions

View File

@ -77,18 +77,18 @@ typedef struct {
*/
static XrmOption xrmOptions[] = {
{xrm_String, "switchers", {.str = &config.modes}, NULL, "", CONFIG_DEFAULT},
{xrm_String,
"modes",
{.str = &config.modes},
NULL,
"Enable modes",
CONFIG_DEFAULT},
{xrm_String,
"modi",
{.str = &config.modes},
NULL,
"Enabled modes",
CONFIG_DEFAULT},
{xrm_String,
"modes",
{.str = &config.modes},
NULL,
"Enable modes",
CONFIG_DEFAULT},
{xrm_String,
"font",
{.str = &config.menu_font},