From b13e0598e2d0c151bf4c555b21a7c2737d6f800a Mon Sep 17 00:00:00 2001 From: Nulo <86896666+catdevnull@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:44:17 +0000 Subject: [PATCH] Spawn a shell when using xfce4-terminal Previously, commands like repl broke because of this --- rc/windowing/x11.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index b18f5d73..83686700 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -23,7 +23,7 @@ A shell command is appended to the one set in this option at runtime} \ 'mintty -e sh -c' \ 'sakura -x ' \ 'gnome-terminal -e ' \ - 'xfce4-terminal -e ' \ + 'xfce4-terminal -x sh -c' \ 'konsole -e '; do terminal=${termcmd%% *} if command -v $terminal >/dev/null 2>&1; then