From 5b74cc4ea0760ec8767b4edb8c4c50b595fbaa37 Mon Sep 17 00:00:00 2001 From: Jens Nolte <jens@nightmarestudio.de> Date: Mon, 10 Aug 2020 14:51:31 +0200 Subject: [PATCH] Use python instead of ipython --- home-profiles/desktop/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config index dde3087..b8ca48b 100644 --- a/home-profiles/desktop/.config/sway/config +++ b/home-profiles/desktop/.config/sway/config @@ -202,7 +202,7 @@ bindsym $mod+Shift+Return exec cool-retro-term --fullscreen --profile "Default A bindsym $mod+o exec cool-retro-term --fullscreen --profile "Monochrome Green" -e ssh edi # start an ipython terminal -bindsym $mod+p exec $terminal ipython +bindsym $mod+p exec $terminal python # start an haskel ghci terminal bindsym $mod+Shift+p exec $terminal stack ghci --verbosity warning -- GitLab