diff options
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. |