mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
30 lines
561 B
Plaintext
30 lines
561 B
Plaintext
configuration {
|
|
modi: "drun,run,combi";
|
|
combi-modi: "drun,run";
|
|
show-icons: true;
|
|
icon-theme: "Papirus";
|
|
display-drun: "Apps";
|
|
display-run: "Exec";
|
|
display-combi: "Search";
|
|
font: "FiraMonoNerdFont-Regular 8";
|
|
|
|
/* Behavior */
|
|
cycle: true;
|
|
eh: 2;
|
|
auto-select: false;
|
|
matching: "fuzzy";
|
|
|
|
/* Scrolling */
|
|
scroll-method: 1;
|
|
|
|
/* Performance */
|
|
/* cache-dir: "/tmp/rofi_cache"; */
|
|
|
|
/* Sorting */
|
|
/* sorting-method: "alphabetical"; */
|
|
|
|
max-history-size: 25;
|
|
}
|
|
|
|
@theme "theme.rasi"
|