mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
Add konsole to rofi-sensible-terminal (#739)
This commit is contained in:
parent
e9532f584f
commit
cb36bf3c17
1 changed files with 1 additions and 1 deletions
|
@ -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 termite urxvt rxvt st terminator terminology qterminal Eterm aterm uxterm xterm gnome-terminal roxterm xfce4-terminal mate-terminal lxterminal; do
|
for terminal in $TERMINAL x-terminal-emulator termite urxvt rxvt st terminator terminology qterminal Eterm aterm uxterm xterm gnome-terminal roxterm xfce4-terminal mate-terminal lxterminal konsole; 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