Added Rofi configuration
This commit is contained in:
20
rofi/.config/rofi/config.rasi
Normal file
20
rofi/.config/rofi/config.rasi
Normal file
@@ -0,0 +1,20 @@
|
||||
@theme "catppuccin"
|
||||
|
||||
configuration {
|
||||
modi: "drun,window,filebrowser,ssh";
|
||||
icon-theme: "Papirus";
|
||||
show-icons: true;
|
||||
terminal: "alacritty";
|
||||
drun-display-format: "{icon} {name}";
|
||||
location: 0;
|
||||
disable-history: false;
|
||||
hide-scrollbar: false;
|
||||
sidebar-mode: true;
|
||||
display-ssh: " ssh:";
|
||||
display-run: " run:";
|
||||
display-drun: " drun:";
|
||||
display-window: " window:";
|
||||
display-combi: " combi:";
|
||||
display-filebrowser: " filebrowser:";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user