mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
Add wezterm to rofi-sensible-terminal (#1838)
This commit is contained in:
parent
21ac2d1930
commit
b341ed01d2
3 changed files with 4 additions and 1 deletions
|
@ -55,6 +55,8 @@ konsole
|
||||||
alacritty
|
alacritty
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
kitty
|
kitty
|
||||||
|
.IP \(bu 2
|
||||||
|
wezterm
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ It tries to start one of the following (in that order):
|
||||||
* konsole
|
* konsole
|
||||||
* alacritty
|
* alacritty
|
||||||
* kitty
|
* kitty
|
||||||
|
* wezterm
|
||||||
|
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# We welcome patches that add distribution-specific mechanisms to find the
|
# We welcome patches that add distribution-specific mechanisms to find the
|
||||||
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
|
# preferred terminal emulator. On Debian, there is the x-terminal-emulator
|
||||||
# symlink for example.
|
# 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; 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; do
|
||||||
if command -v $terminal >/dev/null 2>&1; then
|
if command -v $terminal >/dev/null 2>&1; then
|
||||||
exec $terminal "$@"
|
exec $terminal "$@"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue