summaryrefslogtreecommitdiffstats
path: root/tabbed.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-08 21:48:51 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-08 21:48:51 +0100
commit380c783155ea9c8af5c3c7e65bfb3b8c12c5e6ff (patch)
tree42da03475bcbbe07375df531cd505e2fd1ade4d7 /tabbed.1
parent3f0067b1c775a7f0ade805e10546272f8ce01dd3 (diff)
downloadtabbed-380c783155ea9c8af5c3c7e65bfb3b8c12c5e6ff.tar.gz
Allowing a different position for the window id. Thanks David Galos!
Diffstat (limited to 'tabbed.1')
-rw-r--r--tabbed.123
1 files changed, 23 insertions, 0 deletions
diff --git a/tabbed.1 b/tabbed.1
index 0950907..7f71386 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -9,6 +9,8 @@ tabbed \- generic tabbed interface
.RB [ \-v ]
.RB [ \-n
.IR name ]
+.RB [ \-r
+.IR narg ]
.IR [ command ... ]
.SH DESCRIPTION
.B tabbed
@@ -29,6 +31,13 @@ will print the usage of tabbed.
will set the WM_CLASS attribute to
.I name.
.TP
+.BI \-r " narg"
+will replace the
+.I narg
+th argument in
+.I command
+with the window id, rather than appending it to the end.
+.TP
.B \-s
will disable automatic spawning of the command.
.TP
@@ -61,4 +70,18 @@ $ tabbed urxvt -embed
$ tabbed xterm -into
.TP
$ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $(</tmp/tabbed.xid);
+.TP
+$ tabbed -r 2 st -w '' -e tmux
+.SH CUSTOMIZATION
+.B tabbed
+can be customized by creating a custom config.h and (re)compiling the source
+code. This keeps it fast, secure and simple.
+.SH AUTHORS
+See the LICENSE file for the authors.
+.SH LICENSE
+See the LICENSE file for the terms of redistribution.
+.SH SEE ALSO
+.BR st (1)
+.SH BUGS
+Please report them.