rofi: add fuzzy finding and sort parameter
This commit is contained in:
parent
6f44baa34b
commit
48fb5ab2fe
|
|
@ -112,8 +112,8 @@ element-icon {
|
||||||
window {
|
window {
|
||||||
padding: 5;
|
padding: 5;
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
border: 0;
|
border: 1;
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
}
|
}
|
||||||
mainbox {
|
mainbox {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -190,11 +190,11 @@ prompt {
|
||||||
text-color: @normal-foreground;
|
text-color: @normal-foreground;
|
||||||
}
|
}
|
||||||
configuration {
|
configuration {
|
||||||
// matching: "fuzzy";
|
matching: "fuzzy";
|
||||||
|
sort: true;
|
||||||
case-sensitive: false;
|
case-sensitive: false;
|
||||||
location: 1;
|
|
||||||
yoffset: 0;
|
|
||||||
font: "Fira Code 11";
|
font: "Fira Code 11";
|
||||||
|
window-format: "{w} · {c} · {t}";
|
||||||
}
|
}
|
||||||
textbox-prompt-colon {
|
textbox-prompt-colon {
|
||||||
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
margin: 0px 0.3000em 0.0000em 0.0000em ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue