]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-terminal.man
Merge branch 'release-4.16.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 * uxterm
33 * xterm
34 * gnome-terminal
35 * roxterm
36 * xfce4-terminal
37 * termite
38 * lxterminal
39 * mate-terminal
40 * terminology
41 * st
42 * qterminal
43 * lilyterm
44 * tilix
45 * terminix
46 * konsole
47 * kitty
48 * guake
49 * tilda
50 * alacritty
51 * hyper
52
53 Please don’t complain about the order: If the user has any preference, they will
54 have $TERMINAL set or modified their i3 configuration file.
55
56 == SEE ALSO
57
58 i3(1)
59
60 == AUTHOR
61
62 Michael Stapelberg and contributors