]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-terminal.man
140e412bed1a2e9af146de711d31f04ab0a8144c
[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 * xterm
26 * urxvt
27 * rxvt
28 * roxterm
29
30 Please don’t complain about the order: If the user has any preference, he will
31 have $TERMINAL set or modified his i3 configuration file.
32
33 == SEE ALSO
34
35 i3(1)
36
37 == AUTHOR
38
39 Michael Stapelberg and contributors