1TABBED(1) General Commands Manual TABBED(1)
2
3
4
6 tabbed - generic tabbed interface
7
9 tabbed [-c] [-d] [-h] [-s] [-v] [-g geometry] [-n name] [-p [s+/-]pos]
10 [-r narg] [command...]
11
13 tabbed is a simple tabbed container for applications which support XEm‐
14 bed. Tabbed will then run the provided command with the xid of tabbed
15 as appended argument. (See EXAMPLES.) The automatic spawning of the
16 command can be disabled by providing the -s parameter. If no command is
17 provided tabbed will just print its xid and run no command.
18
20 -c close tabbed when the last tab is closed. Mutually exclusive
21 with -f.
22
23 -d detaches tabbed from the terminal and prints its XID to stdout.
24
25 -f fill up tabbed again by spawning the provided command, when the
26 last tab is closed. Mutually exclusive with -c.
27
28 -h will print the usage of tabbed.
29
30 -g geometry
31 defines the X11 geometry string, which will fixate the height
32 and width of tabbed. Them form is
33 [=][<width>{xX}<height>][{+-}<xoffset>{+-}<yoffset>]. See
34 XParseGeometry(3) for further details.
35
36 -n name
37 will set the WM_CLASS attribute to name.
38
39 -p [ s +/-] pos
40 will set the absolute or relative position of where to start a
41 new tab. When pos is is given without 's' in front it is an
42 absolute position. Then negative numbers will be the position
43 from the last tab, where -1 is the last tab. If 's' is given,
44 then pos is a relative position to the current selected tab. If
45 this reaches the limits of the tabs; those limits then apply.
46
47 -r narg
48 will replace the narg th argument in command with the window id,
49 rather than appending it to the end.
50
51 -s will disable automatic spawning of the command.
52
53 -t color
54 defines the selected background color. #RGB, #RRGGBB, and X
55 color names are supported.
56
57 -T color
58 defines the selected foreground color.
59
60 -u color
61 defines the normal background color.
62
63 -U color
64 defines the normal foreground color.
65
66 -v prints version information to stderr, then exits.
67
69 Ctrl-Shift-Return
70 open new tab
71
72 Ctrl-Shift-h
73 previous tab
74
75 Ctrl-Shift-l
76 next tab
77
78 Ctrl-Shift-j
79 move selected tab one to the left
80
81 Ctrl-Shift-k
82 move selected tab one to the right
83
84 Ctrl-Tab
85 toggle between the selected and last selected tab
86
87 Ctrl-t open dmenu to either create a new tab appending the entered
88 string or select an already existing tab.
89
90 Ctrl-q close tab
91
92 Ctrl-[0..9]
93 jumps to nth tab
94
95 F11 Toggle fullscreen mode.
96
98 $ tabbed surf -e
99
100 $ tabbed urxvt -embed
101
102 $ tabbed xterm -into
103
104 $ $(tabbed -d >/tmp/tabbed.xid); urxvt -embed $(</tmp/tabbed.xid);
105
106 $ tabbed -r 2 st -w '' -e tmux
107
109 tabbed can be customized by creating a custom config.h and (re)compil‐
110 ing the source code. This keeps it fast, secure and simple.
111
113 See the LICENSE file for the authors.
114
116 See the LICENSE file for the terms of redistribution.
117
119 st(1)
120
122 Please report them.
123
124
125
126
127 tabbed-0.6 TABBED(1)