diff options
Diffstat (limited to 'tabbed.1')
| -rw-r--r-- | tabbed.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -8,6 +8,8 @@ tabbed \- generic tabbed interface .RB [ \-h ] .RB [ \-s ] .RB [ \-v ] +.RB [ \-g +.IR geometry ] .RB [ \-n .IR name ] .RB [ \-p @@ -37,6 +39,12 @@ closed. Mutually exclusive with -c. .B \-h will print the usage of tabbed. .TP +.BI \-g " geometry" +defines the X11 geometry string, which will fixate the height and width of st. +Them form is [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See +.BR XParseGeometry (3) +for further details. +.TP .BI \-n " name" will set the WM_CLASS attribute to .I name. |