Here is a summary of all the available command-line options for xfce4-terminal, grouped by type. Explanations are in the following sections.
If there is an active window, the last specified window is that window until a --window
option is encountered at which point that new window is the last specified window.
If there is no active window, the last specified window is the window created by xfce4-terminal
until a --window
option is encountered at which point that new window is the last specified window.
These options can be combined with --drop-down
.
Examples (no terminal windows open):
xfce4-terminal
→ a window with 1 tab is createdxfce4-terminal --tab
→ a window with 2 tabs is created (since there are no open windows xfce4-terminal creates a new window)xfce4-terminal --tab --window
→ a window with 2 tabs and a window with 1 tab are createdxfce4-terminal --drop-down --tab --window --tab --tab
→ a dropdown window with 2 tabs and a window with 3 tabs are createdExamples (at least one terminal window is open):
xfce4-terminal
→ a window with 1 tab is createdxfce4-terminal --tab
→ a tab is added to the existing active terminal window (because there is 1 open window which represents the current active window)xfce4-terminal --tab --window
→ a tab is added to the existing active terminal window and a new window with 1 tab is createdCOLUMNSxROWS
, but also to set a position +XOFF+YOFF
or both COLUMNSxROWS+XOFF+YOFF
. The offsets can also be negative to define a right or bottom offset. See also X(7).