Add Xresources option for case sensitivity.

This commit is contained in:
Edwin Pujols 2015-01-12 15:56:41 -04:00
parent 6af01f249c
commit 2098f1147f
1 changed files with 1 additions and 0 deletions

View File

@ -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 },