diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-10-03 07:56:53 +0200 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-10-03 07:56:53 +0200 |
| commit | ef13e0d92e2bf38610f7d3540ee6282f84495b88 (patch) | |
| tree | 5f4ee4b26e7273ab86959b7a3120607177b4ec07 /tabbed.1 | |
| parent | 45409110a21294d44ab1b6cf09b719ef654e8e22 (diff) | |
| download | tabbed-ef13e0d92e2bf38610f7d3540ee6282f84495b88.tar.gz | |
Adding the -n name parameter to set WM_CLASS. Thanks Gavin Wahl
<gavinwahl@gmail.com>!
Diffstat (limited to 'tabbed.1')
| -rw-r--r-- | tabbed.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,8 @@ tabbed \- generic tabbed interface .RB [ \-h ] .RB [ \-s ] .RB [ \-v ] +.RB [ \-n +.IR name ] .IR [ command ... ] .SH DESCRIPTION .B tabbed @@ -23,6 +25,10 @@ detaches tabbed from the terminal and prints its XID to stdout. .B \-h will print the usage of tabbed. .TP +.BI \-n " name" +will set the WM_CLASS attribute to +.I name. +.TP .B \-s will disable automatic spawning of the command. .TP |