.dotfiles/.config/rofi/config.rasi

11 lines
269 B
Plaintext

configuration {
modi: "combi,ssh,run,window";
font: "hack 10";
show-icons: true;
ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
icon-theme: ""Papirus-Dark"";
drun-display-format: ""{name}"";
combi-modi: "drun,ssh,run";
theme: "dracula.rasi";
}