diff options
Diffstat (limited to 'system/tabbed/README')
-rw-r--r-- | system/tabbed/README | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/system/tabbed/README b/system/tabbed/README index 8c122a748b..f93f15cf9d 100644 --- a/system/tabbed/README +++ b/system/tabbed/README @@ -1,2 +1,11 @@ -Simple generic tabbed fronted to xembed aware applications, originally designed -for surf but also usable with many other application, i.e. uzbl, urxvt and xterm +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. + +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 |