Fontifying
This commit is contained in:
parent
3fdd8103f2
commit
e55c216923
3 changed files with 79 additions and 1 deletions
15
.config/rofi/config.rasi
Normal file
15
.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
configuration {
|
||||
font: "FiraCodeNerdFont 12";
|
||||
kb-cancel: "Super+q,Escape,Control+c";
|
||||
timeout {
|
||||
action: "kb-cancel";
|
||||
delay: 0;
|
||||
}
|
||||
filebrowser {
|
||||
directories-first: true;
|
||||
sorting-method: "name";
|
||||
}
|
||||
}
|
||||
|
||||
@theme "gruvbox-dark-transparent"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue