7 lines
164 B
Text
7 lines
164 B
Text
configuration {
|
|
show-icons: true;
|
|
terminal: "alacritty";
|
|
ssh-client: "ssh";
|
|
ssh-command: "{terminal} -e {ssh-client} {host}";
|
|
modi: "window,drun,ssh";
|
|
}
|