feat: add rofi config

This commit is contained in:
Fabio Lenherr / DashieTM 2023-03-02 20:55:29 +01:00
parent aee215c25a
commit c63ca7ccf6
4 changed files with 138 additions and 2 deletions

19
rofi/config.rasi Normal file
View 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";
}