mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 13:23:09 +01:00
19 lines
352 B
Plaintext
19 lines
352 B
Plaintext
|
configuration {
|
||
|
modi: "window,run,drun";
|
||
|
dpi: 192;
|
||
|
font: "Hack 12";
|
||
|
show-icons: true;
|
||
|
bw: 0;
|
||
|
theme: "~/.cache/wal/colors-rofi-dark.rasi";
|
||
|
drun-icon-theme: "Papirus-Dark";
|
||
|
terminal: "urxvtcd";
|
||
|
scroll-method: 1;
|
||
|
columns: 3;
|
||
|
width: 70;
|
||
|
display-drun: "Search";
|
||
|
display-window: "Windows";
|
||
|
display-calc: "Calc";
|
||
|
}
|
||
|
|
||
|
// vim:ft=java
|