dotfiles/.config/rofi/config.rasi

17 lines
303 B
Text

@theme "~/.local/share/rofi/themes/boussole.rasi"
configuration {
modi: "drun,run";
display-drun: "Applications";
display-run: "Run";
drun-display-format: "{icon} {name}";
sort: true;
sorting-method: "fzf";
/* Icons */
show-icons: false;
/* icon-theme: "Gruvbox-Plus-Dark"; */
}