mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
cce1e47f13
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
672 B
Text
17 lines
672 B
Text
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.
|