.dotfiles/.config/rofi/config.rasi
2022-11-16 00:17:08 +01:00

12 lines
288 B
Plaintext

configuration {
modi: "combi,ssh,run,window";
font: "JetBrains Mono Nerd Font 12";
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"