aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorGregor Best <gbe@ring0.de>2010-11-19 17:13:13 +0100
committerGregor Best <gbe@ring0.de>2010-11-19 17:13:13 +0100
commitb61afd24be566d8c8d7d5310fdad973441139428 (patch)
tree62cc9e6dc70d60111a325c944022747ee1dbf170 /st.1
parent70464e208060746ad9184dfc298005fff3035d72 (diff)
downloadst-patched-b61afd24be566d8c8d7d5310fdad973441139428.tar.bz2
st-patched-b61afd24be566d8c8d7d5310fdad973441139428.tar.xz
st-patched-b61afd24be566d8c8d7d5310fdad973441139428.zip
Add -c option to override the default window class
Diffstat (limited to 'st.1')
-rw-r--r--st.14
1 files changed, 4 insertions, 0 deletions
diff --git a/st.1 b/st.1
index 4d00d2f..29bdda6 100644
--- a/st.1
+++ b/st.1
@@ -4,6 +4,7 @@ st \- simple terminal
4.SH SYNOPSIS 4.SH SYNOPSIS
5.B st 5.B st
6.RB [ \-e " <cmd>"] 6.RB [ \-e " <cmd>"]
7.RB [ \-c " <class>"]
7.RB [ \-t " <title>"] 8.RB [ \-t " <title>"]
8.RB [ \-v ] 9.RB [ \-v ]
9.SH DESCRIPTION 10.SH DESCRIPTION
@@ -17,5 +18,8 @@ Execute cmd instead of the shell
17.B \-t <title> 18.B \-t <title>
18Overrides the default title (st) 19Overrides the default title (st)
19.TP 20.TP
21.B \-c <class>
22Overrides the default class ($TERM)
23.TP
20.BI \-v 24.BI \-v
21Prints version information to standard output, then exits. 25Prints version information to standard output, then exits.