1TILIX(1)                        Tilix Commands                        TILIX(1)
2
3
4

NAME

6       tilix - Tiling GTK3 terminal emulator for GNOME
7

SYNOPSIS

9       tilix [options]
10

DESCRIPTION

12       tilix  is  an advanced GTK3 tiling terminal emulator designed to adhere
13       to GNOME Human Interface Guidelines.
14

OPTIONS

16       The tilix application accepts the following command line parameters:
17
18       -h --help
19              Show help options.
20
21       -v --version
22              Show the version of Tilix as well as the versions  of  dependent
23              components.
24
25       -w --working-directory=DIRECTORY
26              Set the working directory of the terminal.
27
28       -p --profile=PROFILE_NAME
29              Set  the  starting profile using the name of one of the existing
30              profiles. If it matches none of those, the default profile  will
31              be used.
32
33       -t --title=TITLE
34              Set the title of the new terminal.
35
36       -s --session=SESSION_NAME
37              Specify  a  previously  saved  session to re-load the layout and
38              layout options from. This will not restore the terminal to where
39              it was left off, rather new terminals are created.
40
41       -a --action=ACTION_NAME
42              Perform  one  of  the  following  actions  in  the current Tilix
43              instance:
44
45              session-add-right Add a new terminal rightwards of  the  current
46              one.
47
48              session-add-down Add a new terminal below the current terminal.
49
50              app-new-session  Create  a  new Tilix session within the current
51              window.
52
53              app-new-window Create a new Tilix window.
54
55       -e --command=COMMAND
56              Execute all text after this parameter as a  command,  thus  this
57              parameter must be the last parameter.
58
59       --maximize
60              Maximize the terminal window.
61
62       --minimize
63              Minimize the terminal window.
64
65       --full-screen
66              Full-screen the terminal window.
67
68       --focus-window
69              Focus the existing window.
70
71       --window-style=WINDOW_STYLE
72              Override  the  preferred  window style, the following styles are
73              supported:
74
75              normal Normal window look.
76
77              disable-csd Do not show client side decorations.
78
79              disable-csd-hide-toolbar Do not show client side decorations and
80              toolbar.
81
82              borderless Do not show window borders.
83
84       --new-process
85              Start  an additional Tilix instance as a new process. By default
86              and as per GTK+ version 3 guidelines, Tilix maintains  a  single
87              process  that all windows belong to. This option forces Tilix to
88              start as a separate process. This is not  recommended  and  only
89              intended  for debugging purposes. Its use will prevent different
90              Tilix windows from communicating with each other.
91
92       --geometry=GEOMETRY
93              Set the window size; for example: 80x24, or 80x24+200+200  (COL‐
94              SxROWS+X+Y).
95
96       -q --quake
97              Open a window in Quake mode or toggle existing Quake mode window
98              visibility.
99
100       --preferences
101              Show the Tilix preferences dialog directly.
102
103       --display=DISPLAY
104              Use the specified X display.
105

SEE ALSO

107       None
108

BUGS

110       See bugs at https://github.com/gnunn1/tilix/issues
111

AUTHOR

113       Gerald Nunn and other contributors.
114
115
116
1171.4.0                          26 December 2016                       TILIX(1)
Impressum