From 08ffd524b8b213bcb219b9a658bebf6529738a59 Mon Sep 17 00:00:00 2001 From: Botspot Date: Sat, 19 Dec 2020 12:15:29 -0600 Subject: [PATCH] terminal-run improvement --- etc/terminal-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/terminal-run b/etc/terminal-run index f1b44b9..f30a50c 100755 --- a/etc/terminal-run +++ b/etc/terminal-run @@ -6,7 +6,7 @@ if [ -f /usr/bin/lxterminal ];then lxterminal --title="$2" -e bash -c "$1" elif [ -f /usr/bin/xfce4-terminal ];then - xfce4-terminal --title="$2" -e bash -c "$1" + xfce4-terminal --title="$2" -x bash -c "$1" elif [ -f /usr/bin/mate-terminal ];then mate-terminal --title="$2" -e bash -c "$1" elif [ -f /usr/bin/xterm ];then