ssh-menu initial release

This commit is contained in:
2022-11-21 17:38:39 +01:00
commit bb9bd2f72f
6 changed files with 63 additions and 0 deletions

8
rofi-config Normal file
View File

@@ -0,0 +1,8 @@
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"