aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2016-01-29 22:03:01 +0100
committerChristoph Lohmann <20h@r-36.net>2016-01-30 09:45:23 +0100
commit0cd5117a2cfc4134712de748ec416be0655838b2 (patch)
tree40f130bd62141fe15efd65992422ea84750b39ac /st.1
parentbd5fdbe64c8abfb624ad59939ed9b221c8b04eef (diff)
downloadst-patched-0cd5117a2cfc4134712de748ec416be0655838b2.tar.bz2
st-patched-0cd5117a2cfc4134712de748ec416be0655838b2.tar.xz
st-patched-0cd5117a2cfc4134712de748ec416be0655838b2.zip
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.17
1 files changed, 7 insertions, 0 deletions
diff --git a/st.1 b/st.1
index fe2e731..1e3f1d4 100644
--- a/st.1
+++ b/st.1
@@ -10,6 +10,8 @@ st \- simple terminal
10.IR font ] 10.IR font ]
11.RB [ \-g 11.RB [ \-g
12.IR geometry ] 12.IR geometry ]
13.RB [ \-n
14.IR name ]
13.RB [ \-o 15.RB [ \-o
14.IR iofile ] 16.IR iofile ]
15.RB [ \-T 17.RB [ \-T
@@ -32,6 +34,8 @@ st \- simple terminal
32.IR font ] 34.IR font ]
33.RB [ \-g 35.RB [ \-g
34.IR geometry ] 36.IR geometry ]
37.RB [ \-n
38.IR name ]
35.RB [ \-o 39.RB [ \-o
36.IR iofile ] 40.IR iofile ]
37.RB [ \-T 41.RB [ \-T
@@ -68,6 +72,9 @@ for further details.
68.B \-i 72.B \-i
69will fixate the position given with the -g option. 73will fixate the position given with the -g option.
70.TP 74.TP
75.BI \-n " name"
76defines the window instance name (default $TERM).
77.TP
71.BI \-o " iofile" 78.BI \-o " iofile"
72writes all the I/O to 79writes all the I/O to
73.I iofile. 80.I iofile.