Browse Source

Add info about amiwm in manpage

pull/10/merge
George Vlahavas 6 years ago
parent
commit
ee8d421782
  1. 18
      man/xdgmenumaker.t2t

18
man/xdgmenumaker.t2t

@ -28,6 +28,7 @@ The menu entries that are generated by **xdgmenumaker** are localised
according to the running user locale settings. according to the running user locale settings.
**xdgmenumaker** currently supports generating menus for: **xdgmenumaker** currently supports generating menus for:
- amiwm
- blackbox - blackbox
- compizboxmenu - compizboxmenu
- fluxbox - fluxbox
@ -48,14 +49,14 @@ dependency (used by the **--max-icon-size** option).
= OPTIONS = = OPTIONS =
: **-f, --format** : **-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//, //compizboxmenu//, //fluxbox//, //fvwm//, //icewm//, //jwm//, //pekwm//,
//twm// and //windowmaker//. //twm// and //windowmaker//.
Specifying the output format is mandatory. Specifying the output format is mandatory.
: **-i, --icons** : **-i, --icons**
enable support for icons in the menus. This option does not have any 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** : **-s, --size**
set the preferred icon size in pixels. The default size is 16. You can 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 = = 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** : **Blackbox**
To generate an application menu for Blackbox, you can run To generate an application menu for Blackbox, you can run

Loading…
Cancel
Save