mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Add Xresources option for case sensitivity.
This commit is contained in:
parent
6af01f249c
commit
2098f1147f
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ static XrmOption xrmOptions[] = {
|
|||
|
||||
{ xrm_Boolean, "disable-history", { .num = &config.disable_history }, NULL },
|
||||
{ xrm_Boolean, "levenshtein-sort", { .num = &config.levenshtein_sort }, NULL },
|
||||
{ xrm_Boolean, "case-sensitive", { .num = &config.case_sensitive }, NULL },
|
||||
/* Key bindings */
|
||||
{ xrm_String, "key", { .str = &config.window_key }, NULL },
|
||||
{ xrm_String, "rkey", { .str = &config.run_key }, NULL },
|
||||
|
|
Loading…
Add table
Reference in a new issue