JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Add -c option to override the default window class
[st.git] / st.1
1 .TH ST 1 st-VERSION
2 .SH NAME
3 st \- simple terminal
4 .SH SYNOPSIS
5 .B st
6 .RB [ \-e " <cmd>"]
7 .RB [ \-c " <class>"]
8 .RB [ \-t " <title>"]
9 .RB [ \-v ]
10 .SH DESCRIPTION
11 .B st
12 is a simple terminal emulator.
13 .SH OPTIONS
14 .TP
15 .B \-e <cmd>
16 Execute cmd instead of the shell
17 .TP
18 .B \-t <title>
19 Overrides the default title (st)
20 .TP
21 .B \-c <class>
22 Overrides the default class ($TERM)
23 .TP
24 .BI \-v
25 Prints version information to standard output, then exits.