dotfiles/config/rofi/rofi.rasi

19 lines
511 B
Plaintext
Raw Normal View History

configuration {
2024-06-10 00:30:56 +02:00
modi: "window,run,ssh,combi,emoji,calc,drun";
font: "Ubuntu mono 16";
terminal: "xfce4-terminal";
ssh-client: "ssh";
ssh-command: "{terminal} -e "{ssh-client} {host}"";
show-icons: true;
display-drun: "";
display-run: "";
display-ssh: "";
display-filebrowser: "";
display-window: "";
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
window-format: "{w} · {c} · {t}";
}
@theme "~/.config/rofi/mytheme.rasi"