|
@ -302,6 +302,7 @@ refresh the menu, like this: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
: **Openbox** |
|
|
: **Openbox** |
|
|
|
|
|
|
|
|
To generate an application menu for Openbox, run **xdgmenumaker** like this: |
|
|
To generate an application menu for Openbox, run **xdgmenumaker** like this: |
|
|
|
|
|
|
|
|
``$ xdgmenumaker -f openbox > ~/.cache/openbox/apps.menu`` |
|
|
``$ xdgmenumaker -f openbox > ~/.cache/openbox/apps.menu`` |
|
@ -311,7 +312,7 @@ or if you want icons in your menu: |
|
|
``$ xdgmenumaker -i -f openbox > ~/.cache/openbox/apps.menu`` |
|
|
``$ xdgmenumaker -i -f openbox > ~/.cache/openbox/apps.menu`` |
|
|
|
|
|
|
|
|
and you can then edit your //~/.config/openbox/menu.xml// file and add this |
|
|
and you can then edit your //~/.config/openbox/menu.xml// file and add this |
|
|
line somewhere in //<menu id="root-menu" label="Openbox 3">// section: |
|
|
line somewhere in the //<menu id="root-menu" label="Openbox 3">// section: |
|
|
|
|
|
|
|
|
``<menu execute="cat ~/.cache/openbox/apps.menu" id="applications-pipe-menu" label="Applications"/>`` |
|
|
``<menu execute="cat ~/.cache/openbox/apps.menu" id="applications-pipe-menu" label="Applications"/>`` |
|
|
|
|
|
|
|
|