aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-11-19 17:27:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-11-19 17:27:46 -0200
commitf69757cd6c2c8fd7ba55f971de8262471f06b3ac (patch)
tree599f85382def55e68cec3277c2ace78b145eb1c8
parent2b74e3ef8ebf30c81a05d62ff2c672a5c90c83c0 (diff)
downloadopenbox-f69757cd6c2c8fd7ba55f971de8262471f06b3ac.tar.gz
openbox-f69757cd6c2c8fd7ba55f971de8262471f06b3ac.tar.bz2
Adds custom menu
-rw-r--r--config.dot/openbox/menu.xml.link38
1 files changed, 38 insertions, 0 deletions
diff --git a/config.dot/openbox/menu.xml.link b/config.dot/openbox/menu.xml.link
new file mode 100644
index 0000000..069c1fc
--- /dev/null
+++ b/config.dot/openbox/menu.xml.link
@@ -0,0 +1,38 @@
+<?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">
+ <item label="Terminal emulator">
+ <action name="Execute"><execute>terminal</execute></action>
+ </item>
+ <item label="Tor Browser">
+ <action name="Execute"><execute>tor-browser</execute></action>
+ </item>
+ <!-- This requires the presence of the 'openbox-menu' package to work -->
+ <menu id="/Debian" />
+ <separator />
+ <menu id="applications-menu" label="Applications" execute="/usr/bin/obamenu"/>
+ <separator />
+ <item label="ObConf">
+ <action name="Execute"><execute>obconf</execute></action>
+ </item>
+ <item label="Reconfigure">
+ <action name="Reconfigure" />
+ </item>
+ <item label="Restart">
+ <action name="Restart" />
+ </item>
+ <separator />
+ <item label="Exit">
+ <action name="Exit" />
+ </item>
+ <item label="Poweroff">
+ <action name="Execute"><execute>sudo poweroff</execute></action>
+ </item>
+</menu>
+
+</openbox_menu>