diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:37:33 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:11 +0700 |
commit | cce1e47f13d37cf7a7ff8ca15e5b0da9f2212257 (patch) | |
tree | a0412d74daa1afcc53b993ae9887239b717c4327 /system/tabbed | |
parent | 1818e7c40eea08d27151917313a3f58ef5dfc9f8 (diff) | |
download | slackbuilds-cce1e47f13d37cf7a7ff8ca15e5b0da9f2212257.tar.gz |
system/tabbed: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tabbed')
-rw-r--r-- | system/tabbed/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/tabbed/README b/system/tabbed/README index c694fdb974..8fba968b50 100644 --- a/system/tabbed/README +++ b/system/tabbed/README @@ -1,8 +1,8 @@ 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. +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. @@ -13,5 +13,5 @@ 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. +For other customizations, you can create a diff and place it in +patches/. See README.SBo for details. |