2013-07-13 08:34:21 +02:00
|
|
|
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.
|
|
|
|
|
2014-08-27 00:12:58 +02:00
|
|
|
Recommended dependency: dmenu. tabbed is still useful without it, but
|
|
|
|
the control-T "new tab" function won't work without it.
|
|
|
|
|
2013-07-13 08:34:21 +02:00
|
|
|
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
|
2014-08-27 00:12:58 +02:00
|
|
|
variables. Default size is 800x600. Example:
|
2013-07-13 08:34:21 +02:00
|
|
|
|
|
|
|
WIDTH=1024 HEIGHT=768 ./tabbed.SlackBuild
|
2014-08-27 00:12:58 +02:00
|
|
|
|
|
|
|
For other customizations, you can create a diff and place it in patches/.
|
|
|
|
See README.SBo for details.
|