1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

[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

View file

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