diff options
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,8 @@ st \- simple terminal | |||
5 | .B st | 5 | .B st |
6 | .RB [ \-c | 6 | .RB [ \-c |
7 | .IR class ] | 7 | .IR class ] |
8 | .RB [ \-g | ||
9 | .IR geometry ] | ||
8 | .RB [ \-t | 10 | .RB [ \-t |
9 | .IR title ] | 11 | .IR title ] |
10 | .RB [ \-w | 12 | .RB [ \-w |
@@ -29,6 +31,8 @@ defines the window class (default $TERM). | |||
29 | embeds st within the window identified by | 31 | embeds st within the window identified by |
30 | .I windowid | 32 | .I windowid |
31 | .TP | 33 | .TP |
34 | .B \-g " geometry" | ||
35 | defines the X11 geometry string, which will fixate the height and width of st. | ||
32 | .B \-v | 36 | .B \-v |
33 | prints version information to stderr, then exits. | 37 | prints version information to stderr, then exits. |
34 | .TP | 38 | .TP |