]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-terminal.man
update i3-sensible-* (Thanks Han)
[i3/i3] / man / i3-sensible-terminal.man
1 i3-sensible-terminal(1)
2 =======================
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v4.1, November 2011
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 * urxvt
26 * rxvt
27 * terminator
28 * Eterm
29 * aterm
30 * xterm
31 * gnome-terminal
32 * roxterm
33
34 Please don’t complain about the order: If the user has any preference, he will
35 have $TERMINAL set or modified his i3 configuration file.
36
37 == SEE ALSO
38
39 i3(1)
40
41 == AUTHOR
42
43 Michael Stapelberg and contributors