mirror of
https://github.com/lbonn/rofi
synced 2024-11-15 00:27:36 +00:00
[config] dump modes instead of modi
This commit is contained in:
parent
d2ef00dea0
commit
1d4a8227b2
1 changed files with 6 additions and 6 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue