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.
47 lines
1.3 KiB
47 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
|
|
|
<menu id="apps-menu" label="Applications">
|
|
<item label="PCManFM">
|
|
<action name="Execute">
|
|
<startupnotify><enabled>yes</enabled><icon>pcmanfm</icon></startupnotify>
|
|
<command>pcmanfm</command></action>
|
|
</item>
|
|
<item label="Lxterminal">
|
|
<action name="Execute"><command>lxterminal</command></action>
|
|
</item>
|
|
<item label="Browser">
|
|
<action name="Execute"><command>chromium-browser</command></action>
|
|
</item>
|
|
</menu>
|
|
|
|
<menu id="root-menu" label="Lubuntu">
|
|
<separator label="Lubuntu" />
|
|
<menu id="apps-menu" />
|
|
<separator />
|
|
<menu id="client-list-menu" />
|
|
<separator />
|
|
<item label="Desktop Settings">
|
|
<action name="Execute">
|
|
<startupnotify><enabled>yes</enabled></startupnotify>
|
|
<command>pcmanfm --desktop-pref</command>
|
|
</action>
|
|
</item>
|
|
<item label="Window Management Settings">
|
|
<action name="Execute">
|
|
<startupnotify><enabled>yes</enabled><icon>openbox</icon></startupnotify>
|
|
<command>obconf</command>
|
|
</action>
|
|
</item>
|
|
<item label="Reload Config Files">
|
|
<action name="Reconfigure" />
|
|
</item>
|
|
<separator />
|
|
<item label="Exit">
|
|
<action name="Execute"><command>lubuntu-logout</command></action>
|
|
</item>
|
|
</menu>
|
|
|
|
</openbox_menu>
|