57 lines
1.5 KiB
XML
57 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openbox_menu>
|
|
|
|
<menu id="root-menu">
|
|
<!-- Make client-list-combined-menu a submenu of root-menu
|
|
You must supply a label or it will not appear in root-menu -->
|
|
|
|
<separator label="Mabox Labwc" />
|
|
<item label="[ W-f ] File Manager">
|
|
<action name="Execute" command="pcmanfm" />
|
|
</item>
|
|
<item label="[ W-w ] Web Browser">
|
|
<action name="Execute" command="firefox" />
|
|
</item>
|
|
<item label="[ W-t ] Terminal">
|
|
<action name="Execute" command="foot" />
|
|
</item>
|
|
<separator />
|
|
<menu id="client-list-combined-menu" label="Running..." />
|
|
<separator />
|
|
<menu id="applications" label="Applications" execute="labwc-menu-generator -p" />
|
|
<separator label="Labwc settings"/>
|
|
<item label="Labwc Tweaks">
|
|
<action name="Execute" command="labwc-tweaks" />
|
|
</item>
|
|
<item label="Regenerate menu">
|
|
<action name="Execute" command="mabox-labwc-menu" />
|
|
</item>
|
|
<item label="Reconfigure Labwc">
|
|
<action name="Reconfigure" />
|
|
</item>
|
|
<separator label="Exit.." />
|
|
<item label="Exit">
|
|
<action name="Exit" />
|
|
</item>
|
|
<item label="Poweroff">
|
|
<action name="Execute" command="systemctl -i poweroff" />
|
|
</item>
|
|
</menu>
|
|
|
|
<menu id="some-custom-menu">
|
|
<!--
|
|
Creates menu title.
|
|
To create an empty header with no text,
|
|
set label=" ", not label=""
|
|
-->
|
|
<separator label="custom menu" />
|
|
<item label="Reconfigure">
|
|
<action name="Reconfigure" />
|
|
</item>
|
|
<item label="Exit">
|
|
<action name="Exit" />
|
|
</item>
|
|
</menu>
|
|
|
|
</openbox_menu>
|