From 7d7faddf4d62b4a67142dc881e6029a06a9beabd Mon Sep 17 00:00:00 2001 From: krolxon Date: Sat, 9 Aug 2025 22:56:03 +0530 Subject: [PATCH] rofi: use fuzzy matching --- .config/rofi/config.rasi | 4 ++++ 1 file changed, 4 insertions(+) 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;