i3 - improved tiling WM


Added termite to default terminals

Patch status: merged

Patch by smlb

To apply this patch, use:
curl http://cr.i3wm.org/patch/675/raw.patch | git am

b/i3-sensible-terminal

13
@@ -8,7 +8,7 @@
14
 # We welcome patches that add distribution-specific mechanisms to find the
15
 # preferred terminal emulator. On Debian, there is the x-terminal-emulator
16
 # symlink for example.
17
-for terminal in $TERMINAL x-terminal-emulator urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal; do
18
+for terminal in $TERMINAL x-terminal-emulator urxvt rxvt terminator Eterm aterm xterm gnome-terminal roxterm xfce4-terminal termite; do
19
     if command -v $terminal > /dev/null 2>&1; then
20
         exec $terminal "$@"
21
     fi