mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 13:23:09 +01:00
f26f5acedc
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.
19 lines
352 B
Java
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
|