summaryrefslogtreecommitdiffstats
path: root/menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'menu.xml')
-rw-r--r--menu.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/menu.xml b/menu.xml
new file mode 100644
index 0000000..6d7e4b4
--- /dev/null
+++ b/menu.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<openbox_menu xmlns="http://openbox.org/"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://openbox.org/
+ file:///usr/share/openbox/menu.xsd">
+
+<menu id="root-menu" label="Openbox 3">
+ <showIcons>yes</showIcons>
+ <item label="Terminal" icon="/usr/share/icons/Tango/16x16/apps/terminal.png">
+ <action name="Execute"><execute>x-terminal-emulator</execute></action>
+ </item>
+ <item label="Web browser" icon="/usr/share/icons/Tango/16x16/apps/internet-web-browser.png">
+ <action name="Execute"><execute>x-www-browser</execute></action>
+ </item>
+ <!-- This requires the presence of the 'menu' package to work -->
+ <menu id="/Debian" icon="/usr/share/pixmaps/debian-logo.png" />
+ <separator />
+ <menu id="client-list-menu" />
+ <separator />
+ <item label="ObConf" icon="/usr/share/pixmaps/obconf.png">
+ <action name="Execute"><execute>obconf</execute></action>
+ </item>
+ <item label="Reconfigure" icon="/usr/share/icons/Tango/16x16/actions/stock_properties.png">
+ <action name="Reconfigure" />
+ </item>
+ <item label="Restart" icon="/usr/share/icons/Tango/16x16/actions/reload.png" >
+ <action name="Restart" />
+ </item>
+ <separator />
+ <item label="Exit" icon="/usr/share/icons/Tango/16x16/actions/exit.png" >
+ <action name="Exit" />
+ </item>
+</menu>
+
+</openbox_menu>