mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 08:33:55 -05:00
rofi: enable fuzzy matching
This commit is contained in:
parent
37dddc95c3
commit
0e4083e61c
|
@ -48,6 +48,7 @@ in {
|
|||
display-window = "Windows";
|
||||
drun-display-format = "{icon} {name}";
|
||||
hover-select = true;
|
||||
matching = "fuzzy";
|
||||
me-accept-entry = "MousePrimary";
|
||||
me-select-entry = "";
|
||||
modes = "drun,window,ssh,recursivebrowser";
|
||||
|
|
Loading…
Reference in a new issue