1 .TH TABBED 1 tabbed\-VERSION
3 tabbed \- generic tabbed interface
16 .RB [ s {+/-} ] \fIpos\fR ]
34 is a simple tabbed container for applications which support XEmbed. Tabbed
35 will then run the provided command with the xid of tabbed as appended
36 argument. (See EXAMPLES.) The automatic spawning of the command can be
37 disabled by providing the -s parameter. If no command is provided
38 tabbed will just print its xid and run no command.
42 close tabbed when the last tab is closed. Mutually exclusive with -f.
45 detaches tabbed from the terminal and prints its XID to stdout.
48 fill up tabbed again by spawning the provided command, when the last tab is
49 closed. Mutually exclusive with -c.
52 defines the X11 geometry string, which will fixate the height and width of
55 .RI [=][ width {xX} height ][{+-} xoffset {+-} yoffset ].
57 .BR XParseGeometry (3)
61 close foreground tabbed client (instead of tabbed and all clients) when
62 WM_DELETE_WINDOW is sent.
65 will set the WM_CLASS attribute to
68 .BR \-p " [" s {+-}] \fIpos\fR
69 will set the absolute or relative position of where to start a new tab. When
71 is is given without 's' in front it is an absolute position. Then negative
72 numbers will be the position from the last tab, where -1 is the last tab.
75 is a relative position to the current selected tab. If this reaches the limits
76 of the tabs; those limits then apply.
83 with the window id, rather than appending it to the end.
86 will disable automatic spawning of the command.
89 defines the normal background color.
92 and X color names are supported.
95 defines the normal foreground color.
98 defines the selected background color.
101 defines the selected foreground color.
104 defines the urgent background color.
107 defines the urgent foreground color.
110 prints version information to stderr, then exits.
113 .B Ctrl\-Shift\-Return
123 move selected tab one to the left
126 move selected tab one to the right
129 toggle autofocus of urgent tabs
132 toggle between the selected and last selected tab
135 open dmenu to either create a new tab appending the entered string or select
136 an already existing tab.
142 focus next urgent tab
148 Toggle fullscreen mode.
152 $ tabbed urxvt -embed
156 $ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $(</tmp/tabbed.xid);
158 $ tabbed -r 2 st -w '' -e tmux
161 can be customized by creating a custom config.h and (re)compiling the source
162 code. This keeps it fast, secure and simple.
164 See the LICENSE file for the authors.
166 See the LICENSE file for the terms of redistribution.