diff options
author | Gregor Best <gbe@ring0.de> | 2010-11-19 17:13:13 +0100 |
---|---|---|
committer | Gregor Best <gbe@ring0.de> | 2010-11-19 17:13:13 +0100 |
commit | e417230f3818c84306ee7bd29772d857f76701d4 (patch) | |
tree | 62cc9e6dc70d60111a325c944022747ee1dbf170 /st.1 | |
parent | 0735e8e760fe8b639dbe4d932d8e79c8f1969f33 (diff) | |
download | st-e417230f3818c84306ee7bd29772d857f76701d4.tar.gz st-e417230f3818c84306ee7bd29772d857f76701d4.tar.bz2 |
Add -c option to override the default window class
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ st \- simple terminal .SH SYNOPSIS .B st .RB [ \-e " <cmd>"] +.RB [ \-c " <class>"] .RB [ \-t " <title>"] .RB [ \-v ] .SH DESCRIPTION @@ -17,5 +18,8 @@ Execute cmd instead of the shell .B \-t <title> Overrides the default title (st) .TP +.B \-c <class> +Overrides the default class ($TERM) +.TP .BI \-v Prints version information to standard output, then exits. |