dotfiles/rofi/config

8 lines
164 B
Text
Raw Normal View History

2021-06-29 20:34:08 +02:00
configuration {
2021-06-29 21:09:54 +02:00
show-icons: true;
terminal: "alacritty";
ssh-client: "ssh";
ssh-command: "{terminal} -e {ssh-client} {host}";
modi: "window,drun,ssh";
2021-06-29 20:34:08 +02:00
}