diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-08-20 18:44:00 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-08-20 18:44:00 +0200 |
commit | 9b007101f20b0f6cb011111486c79c34078b7b5d (patch) | |
tree | 8d882a96ca0a7a9d9f9f4f85210122741d25022e /tabbed.1 | |
parent | 97ce0f717a69717ab28bc59072fef42d94b1fda8 (diff) |
Adding a geometry flag to tabbed.
Thanks for the hint Thorsten Glaser!
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. |