summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-15 19:31:22 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-15 19:31:22 +0530
commit48fb5ab2fed425eced5748aefbcc3ce68449d4ae (patch)
tree7cb98dd9d94927d547754e3db6ec15dd1b650400
parent6f44baa34babda4c893e6dae08940ab8494f47e6 (diff)
rofi: add fuzzy finding and sort parameterHEADmaster
-rw-r--r--.config/rofi/config.rasi10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index d946e86..013194f 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -112,8 +112,8 @@ element-icon {
window {
padding: 5;
background-color: @background;
- border: 0;
- width: 100%;
+ border: 1;
+ // width: 100%;
}
mainbox {
padding: 0;
@@ -190,11 +190,11 @@ prompt {
text-color: @normal-foreground;
}
configuration {
- // matching: "fuzzy";
+ matching: "fuzzy";
+ sort: true;
case-sensitive: false;
- location: 1;
- yoffset: 0;
font: "Fira Code 11";
+ window-format: "{w} · {c} · {t}";
}
textbox-prompt-colon {
margin: 0px 0.3000em 0.0000em 0.0000em ;