feat: initial commit
This commit is contained in:
34
.config/rofi/config.rasi
Normal file
34
.config/rofi/config.rasi
Normal file
@@ -0,0 +1,34 @@
|
||||
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%;
|
||||
}
|
||||
Reference in New Issue
Block a user