Add -g geometry to st and the manpage.

This commit is contained in:
Christoph Lohmann
2012-09-03 23:02:29 +02:00
parent 466decd535
commit 579f12d47b
2 changed files with 72 additions and 18 deletions

4
st.1
View File

@ -5,6 +5,8 @@ st \- simple terminal
.B st
.RB [ \-c
.IR class ]
.RB [ \-g
.IR geometry ]
.RB [ \-t
.IR title ]
.RB [ \-w
@ -29,6 +31,8 @@ defines the window class (default $TERM).
embeds st within the window identified by
.I windowid
.TP
.B \-g " geometry"
defines the X11 geometry string, which will fixate the height and width of st.
.B \-v
prints version information to stderr, then exits.
.TP