sxmo_terminal.sh: Add alacritty as option
Signed-off-by: hazardchem <pthom44@live.com.au> Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
This commit is contained in:

committed by
Willow Barraco

parent
dcde1d9d04
commit
bb0c5578b1
@@ -21,6 +21,9 @@ case "$TERMCMD" in
|
||||
"vte-2.91"*)
|
||||
set -- ${TERMCMD% --} --title "$TERMNAME" -- "$@"
|
||||
;;
|
||||
"alacritty"*)
|
||||
set -- $TERMCMD -T "$TERMNAME" -e "$@"
|
||||
;;
|
||||
*)
|
||||
printf "%s: '%s'\n" "Not implemented for TERMCMD" "$TERMCMD" >&2
|
||||
set -- $TERMCMD "$@"
|
||||
|
Reference in New Issue
Block a user