]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-terminal.man
Merge pull request #1521 from Airblader/feature-use-refactored-function
[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 * terminator
29 * Eterm
30 * aterm
31 * xterm
32 * gnome-terminal
33 * roxterm
34 * xfce4-terminal
35
36 Please don’t complain about the order: If the user has any preference, they will
37 have $TERMINAL set or modified their i3 configuration file.
38
39 == SEE ALSO
40
41 i3(1)
42
43 == AUTHOR
44
45 Michael Stapelberg and contributors