diff --git a/README.md b/README.md index a69d32f..9e1fe1a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ xdgmenumaker currently supports generating menus for: * fvwm * icewm * jwm +* openbox * pekwm * twm and derivatives such as ctwm and vtwm * windowmaker @@ -208,6 +209,33 @@ refresh the menu, like this: jwm -reload +Openbox +------- + +You can create pipe menus for Openbox running xdgmenumaker like this: + + $ xdgmenumaker -f openbox > ~/.cache/openbox/apps.menu + + +or if you want icons in your menu: + + $ xdgmenumaker -i -f openbox > ~/.cache/openbox/apps.menu + +and you can then edit your `~/.config/openbox/menu.xml` file and add this +line somewhere in `` section: + + + +You can add the **xdgmenumaker** command as another item in your menu, if +you want to update it, without having to run the command manually again: + + + + xdgmenumaker -i -f openbox > ~/.cache/openbox/apps.menu + + + + pekwm -----