From da7f1debe653e4e11a9ccf3e7d8c9de26a49e3a8 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Sun, 16 Sep 2018 22:42:06 +0300 Subject: [PATCH] Add info about amiwm in README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 --------