summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-09 22:56:03 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-09 22:56:03 +0530
commit7d7faddf4d62b4a67142dc881e6029a06a9beabd (patch)
tree4be45694f9e038a8a11de8151957eda394b6c83a /.config
parent77210a41aed5514c3c8b47b9032f99347375cf4f (diff)
rofi: use fuzzy matching
Diffstat (limited to '.config')
-rw-r--r--.config/rofi/config.rasi4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 283eefc..5f5a47b 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -189,6 +189,10 @@ prompt {
spacing: 0;
text-color: @normal-foreground;
}
+configuration {
+ matching: "fuzzy";
+ case-sensitive: false;
+}
textbox-prompt-colon {
margin: 0px 0.3000em 0.0000em 0.0000em ;
expand: false;