slackbuilds/system/tabbed
B. Watson a23409a7c2 system/tabbed: Updated for version 0.6.
Support applying user patches

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2014-08-30 14:22:22 +07:00
..
README system/tabbed: Updated for version 0.6. 2014-08-30 14:22:22 +07:00
README.SBo system/tabbed: Updated for version 0.6. 2014-08-30 14:22:22 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
tabbed.SlackBuild system/tabbed: Updated for version 0.6. 2014-08-30 14:22:22 +07:00
tabbed.info system/tabbed: Updated for version 0.6. 2014-08-30 14:22:22 +07:00

README

tabbed (framework for embeddable apps)

Simple generic tabbed frontend to xembed aware applications, originally
designed for surf but also usable with many other applications, e.g. st,
uzbl, urxvt, and xterm.

Recommended dependency: dmenu. tabbed is still useful without it, but
the control-T "new tab" function won't work without it.

The default width and height for the tabbed window are hard-coded in
the application, and can be set by setting WIDTH and HEIGHT environment
variables. Default size is 800x600. Example:

  WIDTH=1024 HEIGHT=768 ./tabbed.SlackBuild

For other customizations, you can create a diff and place it in patches/.
See README.SBo for details.