rofi: use fuzzy matching

This commit is contained in:
krolxon 2025-08-09 22:56:03 +05:30
parent 77210a41ae
commit 7d7faddf4d
1 changed files with 4 additions and 0 deletions

View File

@ -189,6 +189,10 @@ prompt {
spacing: 0; spacing: 0;
text-color: @normal-foreground; text-color: @normal-foreground;
} }
configuration {
matching: "fuzzy";
case-sensitive: false;
}
textbox-prompt-colon { textbox-prompt-colon {
margin: 0px 0.3000em 0.0000em 0.0000em ; margin: 0px 0.3000em 0.0000em 0.0000em ;
expand: false; expand: false;