nix-config/.config/rofi/config.rasi
Donovan Glover f26f5acedc
Add rofi
Rofi is "a window switcher, application launcher, and dmenu
replacement". It lets you search for and access certain
information at any given time, making it very useful.
2018-10-13 00:41:24 -04:00

19 lines
352 B
Java

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