diff options
| author | Victor Kareh <[email protected]> | 2025-08-19 11:13:21 -0400 |
|---|---|---|
| committer | Victor Kareh <[email protected]> | 2025-10-15 13:56:30 -0400 |
| commit | 01821a62d4f79cd398d81f554e12f3bb19278331 (patch) | |
| tree | 57dfa3e21e43625d492b44faf833168a2689185b /mate-terminal.1 | |
| parent | d3977a7f55d56c24f8f53e5ac481c469dbd59eef (diff) | |
| download | mate-terminal-01821a62d4f79cd398d81f554e12f3bb19278331.tar.bz2 mate-terminal-01821a62d4f79cd398d81f554e12f3bb19278331.tar.xz | |
options: Re-introduce the icon optionwindow-icon-option
Since profiles do not provide a way of setting the window icon, we
re-introduce the --icon option to allow the window instance to report an
icon programmatically.
Fixes https://github.com/mate-desktop/mate-terminal/issues/246
Diffstat (limited to 'mate-terminal.1')
| -rw-r--r-- | mate-terminal.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-terminal.1 b/mate-terminal.1 index 8616aec..620fe9a 100644 --- a/mate-terminal.1 +++ b/mate-terminal.1 @@ -56,6 +56,9 @@ Set the window size; for example: 80x24, or 80x24+200+200 (COLSxROWS+X+Y) \fB\-\-role\fR=\fIROLE\fR Set the window role .TP +\fB\-\-icon\fR=\fIICON\fR +Set the window icon +.TP \fB\-\-active\fR Set the last specified tab as the active one in its window .SS "Terminal options; if used before the first --window or --tab argument, sets the default for all terminals:" |
