mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Remaining modi words in the code
Signed-off-by: Dave Davenport <qball@gmpclient.org>
This commit is contained in:
parent
81641d0f30
commit
386b92dace
1 changed files with 2 additions and 2 deletions
|
@ -292,13 +292,13 @@ static XrmOption xrmOptions[] = {
|
||||||
"combi-modi",
|
"combi-modi",
|
||||||
{.str = &config.combi_modes},
|
{.str = &config.combi_modes},
|
||||||
NULL,
|
NULL,
|
||||||
"Set the modi to combine in combi mode",
|
"Set the modes to combine in combi mode",
|
||||||
CONFIG_DEFAULT},
|
CONFIG_DEFAULT},
|
||||||
{xrm_String,
|
{xrm_String,
|
||||||
"combi-modes",
|
"combi-modes",
|
||||||
{.str = &config.combi_modes},
|
{.str = &config.combi_modes},
|
||||||
NULL,
|
NULL,
|
||||||
"Set the modi to combine in combi mode",
|
"Set the modes to combine in combi mode",
|
||||||
CONFIG_DEFAULT},
|
CONFIG_DEFAULT},
|
||||||
{xrm_String,
|
{xrm_String,
|
||||||
"matching",
|
"matching",
|
||||||
|
|
Loading…
Reference in a new issue