1
0
forked from extern/nix-config
donovanglover-nix-config/rofi/.config/rofi/config.rasi
Donovan Glover 3406ed5a4d
meta: Remove rofi-calc and rofi's window mode
Although rofi-calc was certainly cool to use, it is not in the
official repositories. Instead of trying to rely on it as a
dependency, I've gone ahead and removed it instead.
2018-12-01 19:17:21 -05:00

16 lines
275 B
Plaintext

configuration {
modi: "drun";
font: "Hack 12";
show-icons: true;
bw: 0;
theme: "~/.cache/wal/colors-rofi-dark.rasi";
drun-icon-theme: "Papirus-Dark";
terminal: "kitty";
scroll-method: 1;
columns: 3;
width: 70;
display-drun: "Search";
}
// vim:syn=java