diff options
author | B. Watson <yalhcru@gmail.com> | 2014-08-27 00:12:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-30 14:22:22 +0700 |
commit | a23409a7c22b45397ddf647bb373991e07395f03 (patch) | |
tree | d675254c7ab626aae4cb57bf8c903ef1c5ccc644 /system/tabbed/README | |
parent | db5cbf8c39d82816e8ba217d67046dd1f0d36866 (diff) | |
download | slackbuilds-a23409a7c22b45397ddf647bb373991e07395f03.tar.gz |
system/tabbed: Updated for version 0.6.
Support applying user patches
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/tabbed/README')
-rw-r--r-- | system/tabbed/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system/tabbed/README b/system/tabbed/README index f93f15cf9d..c694fdb974 100644 --- a/system/tabbed/README +++ b/system/tabbed/README @@ -4,8 +4,14 @@ 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: +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. |