diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-08-13 07:10:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:10:39 +0700 |
commit | af931f852b8c65b82b75de213507906de50a24d8 (patch) | |
tree | 6a3ec9ecbf89ef941572f362e9b5110abfce0a30 /desktop/obmenu-generator/README | |
parent | 770c059795de995d7de575948778b161f8a3a263 (diff) |
desktop/obmenu-generator: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/obmenu-generator/README')
-rw-r--r-- | desktop/obmenu-generator/README | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/desktop/obmenu-generator/README b/desktop/obmenu-generator/README index f3fc895a8ffac..09bee61591ba9 100644 --- a/desktop/obmenu-generator/README +++ b/desktop/obmenu-generator/README @@ -1,5 +1,20 @@ -obmenu-generator (A fast pipe/static menu generator for the Openbox Window Manager, with support for icons.) +obmenu-generator (A fast pipe/static menu generator) -To generate a static menu without icons run: obmenu-generator -s -c. +obmenu-generator is a fast menu generator for the Openbox Window +Manager, with support for icons. -To generate a dinamic menu with icons run: obmenu-generator -i -p. +Running: + +to generate a dynamic menu with icons, execute: + $ obmenu-generator -i -p + +to generate a static menu without icons, execute: + $ obmenu-generator -s -c + +Customizing: + +The schema.pl file provides a direct customization access for +the menu that will be generated. + +Adding or removing a given entry from the schema.pl file, is +reflected inside the generated menu. |