35 lines
521 B
Plaintext
35 lines
521 B
Plaintext
configuration {
|
|
font: "FiraCode Nerd Font 12";
|
|
line-margin: 12;
|
|
|
|
// display-ssh: " ";
|
|
// display-run: " ";
|
|
display-drun: " ";
|
|
display-window: " ";
|
|
display-combi: " ";
|
|
display-calc: " ";
|
|
display-clipboard: "";
|
|
|
|
match: "fuzzy";
|
|
|
|
combi-hide-mode-prefix: true;
|
|
show-icons: true;
|
|
|
|
calc {
|
|
show-match: false;
|
|
sort: false;
|
|
}
|
|
}
|
|
|
|
|
|
@theme "nord.rasi"
|
|
|
|
listview {
|
|
lines: 10;
|
|
columns: 1;
|
|
}
|
|
|
|
window {
|
|
width: 30%;
|
|
}
|