|
|
@ -28,6 +28,7 @@ The menu entries that are generated by **xdgmenumaker** are localised |
|
|
|
according to the running user locale settings. |
|
|
|
|
|
|
|
**xdgmenumaker** currently supports generating menus for: |
|
|
|
- amiwm |
|
|
|
- blackbox |
|
|
|
- compizboxmenu |
|
|
|
- fluxbox |
|
|
@ -48,14 +49,14 @@ dependency (used by the **--max-icon-size** option). |
|
|
|
= OPTIONS = |
|
|
|
|
|
|
|
: **-f, --format** |
|
|
|
specify the output format to use. Valid options are //blackbox//, |
|
|
|
specify the output format to use. Valid options are //amiwm//, //blackbox//, |
|
|
|
//compizboxmenu//, //fluxbox//, //fvwm//, //icewm//, //jwm//, //pekwm//, |
|
|
|
//twm// and //windowmaker//. |
|
|
|
Specifying the output format is mandatory. |
|
|
|
|
|
|
|
: **-i, --icons** |
|
|
|
enable support for icons in the menus. This option does not have any |
|
|
|
effect for //blackbox// or //windowmaker// menus. |
|
|
|
effect for //amiwm//, //blackbox// or //windowmaker// menus. |
|
|
|
|
|
|
|
: **-s, --size** |
|
|
|
set the preferred icon size in pixels. The default size is 16. You can |
|
|
@ -117,6 +118,19 @@ environment variable will override any other setting. |
|
|
|
|
|
|
|
= USAGE = |
|
|
|
|
|
|
|
: **AmiWM** |
|
|
|
|
|
|
|
You can generate a menu for AmiWM, running xdgmenumaker like this: |
|
|
|
|
|
|
|
``$ xdgmenumaker -f amiwm > ~/.amiwm-xdgmenu`` |
|
|
|
|
|
|
|
As AmiWM does not support including other files in its settings file, |
|
|
|
you'll have to copy the contents of the created file in your |
|
|
|
//~/.amiwmrc//. It should be possible to create a script that would |
|
|
|
generate the main //~/.amiwmrc// file from different "source" files, but |
|
|
|
I'll leave that as an exercise to the user. |
|
|
|
|
|
|
|
|
|
|
|
: **Blackbox** |
|
|
|
|
|
|
|
To generate an application menu for Blackbox, you can run |
|
|
|