Skip to content

Commit

Permalink
[rofi-sensible-terminal] Add ghostty
Browse files Browse the repository at this point in the history
fixes: #2110
  • Loading branch information
DaveDavenport committed Mar 9, 2025
1 parent 56fd08e commit d948e33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions script/rofi-sensible-terminal
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# We welcome patches that add distribution-specific mechanisms to find the
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
# symlink for example.
for terminal in $TERMINAL x-terminal-emulator urxvt rxvt st terminology qterminal Eterm aterm uxterm xterm roxterm xfce4-terminal.wrapper mate-terminal lxterminal konsole alacritty kitty wezterm; do
if command -v $terminal >/dev/null 2>&1; then
exec $terminal "$@"
fi
for terminal in $TERMINAL x-terminal-emulator urxvt rxvt st terminology qterminal Eterm aterm uxterm xterm roxterm xfce4-terminal.wrapper mate-terminal lxterminal konsole alacritty kitty wezterm ghostty; do
if command -v $terminal >/dev/null 2>&1; then
exec $terminal "$@"
fi
done

rofi -e "Failed to find a suitable terminal"

0 comments on commit d948e33

Please sign in to comment.