[openbox] Can't create a valid menu.xml
Dave Foster
daf at minuslab.net
Mon Apr 29 14:45:58 EDT 2013
On Apr 29, 2013, at 1:11 PM, 52midnight wrote:
>
> <openbox_menu>
>
> <menu id="ID" label="TITLE">
You re-use this ID twice. Would not recommend that.
> <!-- this is a menu item, such as a program -->
> <item label="LABEL">
> <action name="Execute">
> <command>st</command>
> </action>
> </item>
>
> <!-- this is a menu header -->
> <separator label="La la" />
>
> <!-- this links to a sub menu -->
> <menu id="ID" />
>
> <!-- this is a small line separator -->
> <separator />
>
> <!-- this also links to a sub menu, which is defined inline -->
> <menu id="ID" label="TITLE">
> <item label="LABEL">
> <action name="Execute">
> <command>st</command>
> </action>
> </item>
> </menu>
More information about the openbox
mailing list