2018-09-10 00:42:26 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
|
|
|
<menu id="apps-development" label="Development">
|
2018-10-18 00:40:00 +02:00
|
|
|
<item label="FLTK Text Editor">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>fltk-editor</command>
|
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
2018-09-10 00:42:26 +02:00
|
|
|
<item label="FLUID">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>fluid</command>
|
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
2018-10-18 00:40:00 +02:00
|
|
|
<item label="Geany">
|
2018-09-10 00:42:26 +02:00
|
|
|
<action name="Execute">
|
2018-10-18 00:40:00 +02:00
|
|
|
<command>geany</command>
|
2018-09-10 00:42:26 +02:00
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu id="apps-games" label="Games">
|
|
|
|
<item label="The Powder Toy">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>the-powder-toy</command>
|
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu id="apps-misc" label="Misc">
|
|
|
|
<item label="DosBox">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>dosbox</command>
|
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu id="root-menu" label="Openbox">
|
|
|
|
<separator label="Applications" />
|
|
|
|
<menu id="apps-development"/>
|
|
|
|
<menu id="apps-games"/>
|
|
|
|
<menu id="apps-misc"/>
|
|
|
|
<separator />
|
|
|
|
<item label="Terminal">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>aterm</command>
|
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator />
|
2018-10-18 00:40:00 +02:00
|
|
|
<item label="Configure Openbox">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>obconf</command>
|
|
|
|
<startupnotify>
|
|
|
|
<enabled>yes</enabled>
|
|
|
|
</startupnotify>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator />
|
2018-09-10 00:42:26 +02:00
|
|
|
<item label="Stop OpenBox session">
|
|
|
|
<action name="Exit">
|
|
|
|
<prompt>yes</prompt>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</openbox_menu>
|