diff --git a/src/scripts/terminal-helper b/src/scripts/terminal-helper index 59296ab..0aef8c8 100755 --- a/src/scripts/terminal-helper +++ b/src/scripts/terminal-helper @@ -61,6 +61,7 @@ declare -A terminals=( ["terminator"]="terminator -x $cmd" ["xfce4-terminal"]="xfce4-terminal --disable-server --command '$cmd'" ["xterm"]="xterm -e $cmd" + ["ptyxis"]="ptyxis -- $cmd" ) declare -a term_order=( "alacritty" @@ -77,6 +78,7 @@ declare -a term_order=( "st" "foot" "terminator" + "ptyxis" ) if [ -z "$terminal" ] || ! command -v "$terminal" &>/dev/null; then