dotfiles/dot_config/rofi/config.rasi.tmpl

15 lines
326 B
Cheetah

configuration {
modi: "drun,ssh";
fixed-num-lines: true;
font: "MonoFont {{ .rofi.font.size }}";
location: 0;
show-icons: false;
terminal: "terminator";
ssh-command: "{terminal} -x "{ssh-client} {host}"";
run-command: "{cmd}";
run-shell-command: "{terminal} -c "{cmd}"";
matching: "fuzzy";
}
@import "gruvbox.rasi"