From e1466adcb6158e644368b564bde0495527b25ca8 Mon Sep 17 00:00:00 2001 From: novesce <120620395+novesce@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:10:56 +0700 Subject: [PATCH] add cosmic-term support --- src/scripts/terminal-helper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripts/terminal-helper b/src/scripts/terminal-helper index 27f3e93..684f1f3 100755 --- a/src/scripts/terminal-helper +++ b/src/scripts/terminal-helper @@ -62,6 +62,7 @@ declare -A terminals=( ["xfce4-terminal"]="xfce4-terminal --disable-server --command '$cmd'" ["xterm"]="xterm -e $cmd" ["ptyxis"]="ptyxis -e $cmd" + ["cosmic-term"]="cosmic-term -e $cmd" ) declare -a term_order=( "alacritty" @@ -79,6 +80,7 @@ declare -a term_order=( "foot" "terminator" "ptyxis" + "cosmic-term" )