blob: 4f7bbae2f7f3a641a4b879fd52f36d514d4e25ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
configuration {
modi: "drun,run";
font: "EnvyCodeR Nerd Font 11";
show-icons: true;
icon-theme: "kora";
display-drun: "APPS";
display-run: "RUN";
display-filebrowser: "FILES";
display-window: "WINDOW";
drun-display-format: "{name}";
hover-select: false;
scroll-method: 1;
me-select-entry: "";
me-accept-entry: "MousePrimary";
window-format: "{w} · {c} · {t}";
}
@import "~/.cache/wal/colors-rofi-dark.rasi"
|