feat: add rofi config
This commit is contained in:
parent
aee215c25a
commit
c63ca7ccf6
4 changed files with 138 additions and 2 deletions
19
rofi/config.rasi
Normal file
19
rofi/config.rasi
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
configuration {
|
||||
matching: "prefix";
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
sort: true;
|
||||
sorting-method: "fzf";
|
||||
modes: "drun,window,calc,run,filebrowser";
|
||||
steal-focus: true;
|
||||
drun-match-fields: "exec,name,categories,keywords,generic";
|
||||
hover-select: true;
|
||||
window-thumbnail: true;
|
||||
drun-use-desktop-cache: true;
|
||||
application-fallback-icon: "";
|
||||
display-window: "Open Applications";
|
||||
display-drun: "Desktop Applications";
|
||||
display-run: "Terminal Applications";
|
||||
display-calc: "Calculator";
|
||||
display-filebrowser: "Filebrowser";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue