9 lines
264 B
Plaintext
9 lines
264 B
Plaintext
configuration {
|
|
font: "DejaVu Sans Mono 10";
|
|
terminal: "kitty";
|
|
ssh-client: "ssh ${SSH_OPTIONS}";
|
|
ssh-command: "{terminal} -e sh -c \". ~/.keychain/$(hostname)-sh && {ssh-client} {host}\"";
|
|
sidebar-mode: true;
|
|
}
|
|
@theme "sidebar"
|