You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.4 KiB
74 lines
2.4 KiB
<?xml version='1.0' encoding='utf-8'?>
|
|
<openbox_menu xmlns="http://openbox.org/" xmlns:ns0="http://openbox.org/3.4/menu">
|
|
<menu id="system-menu" label="System">
|
|
<item label="Customize Look and Feel">
|
|
<action name="Execute">
|
|
<command>lxappearance</command>
|
|
</action>
|
|
</item>
|
|
<item label="Openbox Configuration Manager">
|
|
<action name="Execute">
|
|
<command>obconf</command>
|
|
<startupnotify>
|
|
<enabled>yes</enabled>
|
|
</startupnotify>
|
|
</action>
|
|
</item>
|
|
<!--
|
|
<item label="Openbox Menu Editor">
|
|
<action name="Execute">
|
|
<command>obmenu</command>
|
|
<startupnotify>
|
|
<enabled>yes</enabled>
|
|
</startupnotify>
|
|
</action>
|
|
</item>
|
|
-->
|
|
<item label="Tint2 Config">
|
|
<action name="Execute">
|
|
<command>tint2conf</command>
|
|
</action>
|
|
</item>
|
|
<separator />
|
|
<item label="Reconfigure Openbox">
|
|
<action name="Reconfigure" />
|
|
</item>
|
|
<item label="Rebuild applications menu">
|
|
<action name="Execute">
|
|
<command>regen-app-menu</command>
|
|
</action>
|
|
</item>
|
|
</menu>
|
|
<menu id="root-menu" label="Openbox 3">
|
|
<separator label="Openbox 3" />
|
|
<item icon="/usr/home/cyrax/.icons/Gant/apps/terminal.png" label="X Terminal">
|
|
<action name="Execute">
|
|
<command>urxvt</command>
|
|
</action>
|
|
</item>
|
|
<item icon="/usr/home/cyrax/.icons/Gant/apps/system-file-manager.png" label="File browser">
|
|
<action name="Execute">
|
|
<command>pcmanfm --no-desktop</command>
|
|
</action>
|
|
</item>
|
|
<item icon="/usr/home/cyrax/.icons/Gant/apps/text-editor.png" label="Text editor">
|
|
<action name="Execute">
|
|
<command>gedit</command>
|
|
</action>
|
|
</item>
|
|
<separator />
|
|
<menu icon="/usr/home/cyrax/.icons/Gant/categories/applications-all.png" execute="cat ~/.cache/openbox/apps.menu" id="applications-pipe-menu" label="Applications" />
|
|
<menu icon="/usr/home/cyrax/.icons/Gant/categories/applications-system.png" id="system-menu" />
|
|
<separator />
|
|
<item icon="/usr/home/cyrax/.icons/Gant/actions/system-log-out.png" label="Log Out">
|
|
<action name="Exit">
|
|
<prompt>yes</prompt>
|
|
</action>
|
|
</item>
|
|
<item icon="/usr/home/cyrax/.icons/Gant/actions/system-shutdown.png" label="Shutdown">
|
|
<action name="Execute">
|
|
<command>obshutdown</command>
|
|
</action>
|
|
</item>
|
|
</menu>
|
|
</openbox_menu>
|
|
|