Skip to content

Commit

Permalink
Update rofi-sensible-terminal to include foot
Browse files Browse the repository at this point in the history
  • Loading branch information
snowcliffx committed Oct 3, 2024
1 parent d88b475 commit 9fbf369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/rofi-sensible-terminal.1.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ It tries to start one of the following (in that order):
* alacritty
* kitty
* wezterm
* foot


## SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion script/rofi-sensible-terminal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# 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
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 foot; do
if command -v $terminal >/dev/null 2>&1; then
exec $terminal "$@"
fi
Expand Down

0 comments on commit 9fbf369

Please sign in to comment.