From 0275773a7983c437d8d0fc9bec8b527469261993 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Sun, 24 Nov 2019 18:55:36 +0100 Subject: [PATCH] Fix edi shell by using ssh version --- home-profiles/desktop/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config index 9deaa01..b9fd9dc 100644 --- a/home-profiles/desktop/.config/sway/config +++ b/home-profiles/desktop/.config/sway/config @@ -184,7 +184,8 @@ bindsym $mod+Return exec $terminal bindsym $mod+Shift+Return exec cool-retro-term --fullscreen --profile "Default Amber" # start an edi shell -bindsym $mod+o exec cool-retro-term --fullscreen -e run/edi/edish/edish --profile "Monochrome Green" +#bindsym $mod+o exec cool-retro-term --fullscreen --profile "Monochrome Green" -e run/edi/edish/edish +bindsym $mod+o exec cool-retro-term --fullscreen --profile "Monochrome Green" -e ssh edi # start an ipython terminal bindsym $mod+p exec $terminal ipython -- GitLab