Add lxterminal to i3-sensible-terminal
Patch status: merged
Patch by Tony Crisci
Long description:
fixes #1436
To apply this patch, use:
curl http://cr.i3wm.org/patch/702/raw.patch | git am
b/i3-sensible-terminal
14 |
@@ -8,7 +8,7 @@ |
15 |
# We welcome patches that add distribution-specific mechanisms to find the |
16 |
# preferred terminal emulator. On Debian, there is the x-terminal-emulator |
17 |
# symlink for example. |
18 |
-for terminal in $TERMINAL x-terminal-emulator urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite; do |
19 |
+for terminal in $TERMINAL x-terminal-emulator urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite lxterminal; do |
20 |
if command -v $terminal > /dev/null 2>&1; then |
21 |
exec $terminal "$@" |
22 |
fi |