logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tabbed - generic tabbed interface

Authors

       See the LICENSE file for the authors.

Bugs

       Please report them.

                                                   tabbed-0.7                                          TABBED(1)

Customization

tabbed by default uses Ctrl as Mod  key  and  can  be  customized  by  creating  a  custom  config.h  and
       (re)compiling the source code. This keeps it fast, secure and simple.

       Debian also provides the tabbed.meta alternative which uses the Windows key as Mod key.

Description

tabbed is a simple tabbed container for applications which support  XEmbed.  Tabbed  will  then  run  the
       provided  command  with the xid of tabbed as appended argument. (See EXAMPLES.) The automatic spawning of
       the command can be disabled by providing the -s parameter. If no command is  provided  tabbed  will  just
       print its xid and run no command.

Examples

       $ tabbed surf -e

       $ tabbed urxvt -embed

       $ tabbed xterm -into

       $ xid=$(tabbed -d);urxvt -embed $xid

       $ tabbed -r 2 st -w '' -e tmux

License

       See the LICENSE file for the terms of redistribution.

Name

       tabbed - generic tabbed interface

Options

-c     close tabbed when the last tab is closed. Mutually exclusive with -f.

       -d     detaches tabbed from the terminal and prints its XID to stdout.

       -f     fill  up  tabbed  again  by  spawning  the provided command, when the last tab is closed. Mutually
              exclusive with -c.

       -ggeometry
              defines the X11 geometry string, which will fixate the height and width of tabbed.  The syntax  is
              [=][width{xX}height][{+-}xoffset{+-}yoffset].  See XParseGeometry(3) for further details.

       -k     close foreground tabbed client (instead of tabbed and all clients) when WM_DELETE_WINDOW is sent.

       -nname
              will set the WM_CLASS attribute to name.-p [s{+-}]pos
              will  set  the  absolute  or  relative  position of where to start a new tab. When pos is is given
              without 's' in front it is an absolute position. Then negative numbers will be the  position  from
              the  last  tab, where -1 is the last tab.  If 's' is given, then pos is a relative position to the
              current selected tab. If this reaches the limits of the tabs; those limits then apply.

       -rnarg
              will replace the narg th argument in command with the window id, rather than appending it  to  the
              end.

       -s     will disable automatic spawning of the command.

       -onormbgcol
              defines the normal background color.  #RGB, #RRGGBB, and X color names are supported.

       -Onormfgcol
              defines the normal foreground color.

       -tselbgcol
              defines the selected background color.

       -Tselfgbcol
              defines the selected foreground color.

       -uurgbgcol
              defines the urgent background color.

       -Uurgfgbcol
              defines the urgent foreground color.

       -v     prints version information to stderr, then exits.

See Also

st(1),

Synopsis

tabbed  [-c]  [-d]  [-k] [-s] [-v] [-ggeometry] [-nname] [-p [s{+/-}]pos] [-onormbgcol] [-Onormfgcol]
       [-tselbgcol] [-Tselfgcol] [-uurgbgcol] [-Uurgfgcol] [-rnarg] [command...]

Usage

Mod-Shift-Return
              open new tab

       Mod-Shift-h
              previous tab

       Mod-Shift-l
              next tab

       Mod-Shift-j
              move selected tab one to the left

       Mod-Shift-k
              move selected tab one to the right

       Mod-Shift-u
              toggle autofocus of urgent tabs

       Mod-Tab
              toggle between the selected and last selected tab

       Mod-`  open  dmenu  to either create a new tab appending the entered string or select an already existing
              tab.

       Mod-q  close tab

       Mod-u  focus next urgent tab

       Mod-[0..9]
              jumps to nth tab

       F11    Toggle fullscreen mode.

See Also