From 3cb063f35415978217be51a2ae9516a2633c79cf Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Thu, 21 Nov 2024 19:25:35 +0100 Subject: [PATCH] Change default ssh client for rofi menu --- kitty/.config/kitty/ssh.conf | 1 + rofi/.config/rofi/config.rasi | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 kitty/.config/kitty/ssh.conf diff --git a/kitty/.config/kitty/ssh.conf b/kitty/.config/kitty/ssh.conf new file mode 100644 index 0000000..545e4bb --- /dev/null +++ b/kitty/.config/kitty/ssh.conf @@ -0,0 +1 @@ +share_connections no diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index 487e6cc..5a14fdc 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -17,6 +17,8 @@ configuration { display-run: "cmd"; display-ssh: "ssh"; display-drun: "app"; + + ssh-client: "kitten ssh"; kb-remove-to-eol: ""; kb-element-next: "";