1 .TH TABBED 1 tabbed\-VERSION
3 tabbed \- generic tabbed interface
15 .RB [ s {+/-} ] \fIpos\fR ]
33 is a simple tabbed container for applications which support XEmbed. Tabbed
34 will then run the provided command with the xid of tabbed as appended
35 argument. (See EXAMPLES.) The automatic spawning of the command can be
36 disabled by providing the -s parameter. If no command is provided
37 tabbed will just print its xid and run no command.
41 close tabbed when the last tab is closed. Mutually exclusive with -f.
44 detaches tabbed from the terminal and prints its XID to stdout.
47 fill up tabbed again by spawning the provided command, when the last tab is
48 closed. Mutually exclusive with -c.
51 defines the X11 geometry string, which will fixate the height and width of
54 .RI [=][ width {xX} height ][{+-} xoffset {+-} yoffset ].
56 .BR XParseGeometry (3)
60 will set the WM_CLASS attribute to
63 .BR \-p " [" s {+-}] \fIpos\fR
64 will set the absolute or relative position of where to start a new tab. When
66 is is given without 's' in front it is an absolute position. Then negative
67 numbers will be the position from the last tab, where -1 is the last tab.
70 is a relative position to the current selected tab. If this reaches the limits
71 of the tabs; those limits then apply.
78 with the window id, rather than appending it to the end.
81 will disable automatic spawning of the command.
84 defines the normal background color.
87 and X color names are supported.
90 defines the normal foreground color.
93 defines the selected background color.
96 defines the selected foreground color.
99 defines the urgent background color.
102 defines the urgent foreground color.
105 prints version information to stderr, then exits.
108 .B Ctrl\-Shift\-Return
118 move selected tab one to the left
121 move selected tab one to the right
124 toggle autofocus of urgent tabs
127 toggle between the selected and last selected tab
130 open dmenu to either create a new tab appending the entered string or select
131 an already existing tab.
137 focus next urgent tab
143 Toggle fullscreen mode.
147 $ tabbed urxvt -embed
151 $ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $(</tmp/tabbed.xid);
153 $ tabbed -r 2 st -w '' -e tmux
156 can be customized by creating a custom config.h and (re)compiling the source
157 code. This keeps it fast, secure and simple.
159 See the LICENSE file for the authors.
161 See the LICENSE file for the terms of redistribution.