diff --git a/README.md b/README.md index 4cb3fbc..5cb316e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,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 @@ -32,6 +33,19 @@ xdgmenumaker currently supports generating menus for: 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 --------