diff options
author | Quentin Rameau <quinq@fifth.space> | 2016-01-29 22:03:01 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2016-01-30 09:45:23 +0100 |
commit | 0cd5117a2cfc4134712de748ec416be0655838b2 (patch) | |
tree | 40f130bd62141fe15efd65992422ea84750b39ac /st.1 | |
parent | bd5fdbe64c8abfb624ad59939ed9b221c8b04eef (diff) |
Add -n option for setting WM_CLASS instance name
Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -10,6 +10,8 @@ st \- simple terminal .IR font ] .RB [ \-g .IR geometry ] +.RB [ \-n +.IR name ] .RB [ \-o .IR iofile ] .RB [ \-T @@ -32,6 +34,8 @@ st \- simple terminal .IR font ] .RB [ \-g .IR geometry ] +.RB [ \-n +.IR name ] .RB [ \-o .IR iofile ] .RB [ \-T @@ -68,6 +72,9 @@ for further details. .B \-i will fixate the position given with the -g option. .TP +.BI \-n " name" +defines the window instance name (default $TERM). +.TP .BI \-o " iofile" writes all the I/O to .I iofile. |