From 0d25666f04f27ac55900d5925a180a8634b9a9a8 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 13 Apr 2020 18:23:02 +0200 Subject: [PATCH] remove: rofi ssh-sftp script --- .config/rofi/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/config b/.config/rofi/config index 745af11..c749e05 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -3,7 +3,7 @@ rofi.font: hack 10 rofi.modi: combi,ssh,run,window rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi -rofi.ssh-command: {terminal} -e bash -ic "ssh-sftp {host} [-p {port}];" +rofi.ssh-command: {terminal} -e bash -ic "ssh {host} [-p {port}];" rofi.show-icons: true rofi.icon-theme: "Papirus-Dark"