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:
parent
d2ef00dea0
commit
1d4a8227b2
1 changed files with 6 additions and 6 deletions
|
@ -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},
|
||||||
|
|
Loading…
Reference in a new issue