]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-terminal.man
Merge pull request #2212 from bendem/patch-1
[i3/i3] / man / i3-sensible-terminal.man
1 i3-sensible-terminal(1)
2 =======================
3 Michael Stapelberg <michael@i3wm.org>
4 v4.2, August 2012
5
6 == NAME
7
8 i3-sensible-terminal - launches $TERMINAL with fallbacks
9
10 == SYNOPSIS
11
12 i3-sensible-terminal [arguments]
13
14 == DESCRIPTION
15
16 i3-sensible-terminal is invoked in the i3 default config to start a terminal.
17 This wrapper script is necessary since there is no distribution-independent
18 terminal launcher (but for example Debian has x-terminal-emulator).
19 Distribution packagers are responsible for shipping this script in a way which
20 is appropriate for the distribution.
21
22 It tries to start one of the following (in that order):
23
24 * $TERMINAL (this is a non-standard variable)
25 * x-terminal-emulator (only present on Debian and derivatives)
26 * urxvt
27 * rxvt
28 * termit
29 * terminator
30 * Eterm
31 * aterm
32 * xterm
33 * gnome-terminal
34 * roxterm
35 * xfce4-terminal
36 * termite
37 * lxterminal
38 * mate-terminal
39 * terminology
40 * st
41
42 Please don’t complain about the order: If the user has any preference, they will
43 have $TERMINAL set or modified their i3 configuration file.
44
45 == SEE ALSO
46
47 i3(1)
48
49 == AUTHOR
50
51 Michael Stapelberg and contributors