summarylogtreecommitdiffstats
path: root/menu.xml
diff options
context:
space:
mode:
authorAlexey Korop2015-07-07 19:27:00 +0300
committerAlexey Korop2015-07-07 19:27:00 +0300
commit77c4006495da9dd9dd9a4f561c4775b11a2a8fe0 (patch)
treea57d259a892753460ab1a4ebef38765ee3009cbd /menu.xml
downloadaur-77c4006495da9dd9dd9a4f561c4775b11a2a8fe0.tar.gz
Initial import
Diffstat (limited to 'menu.xml')
-rw-r--r--menu.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/menu.xml b/menu.xml
new file mode 100644
index 000000000000..e32bae74fe2c
--- /dev/null
+++ b/menu.xml
@@ -0,0 +1,37 @@
+<?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">
+ <!-- main menu; hotkey - Win+Space -->
+ <menu id="root-menu" label="Openbox 3" key="W-space">
+ <menu id="desktop-app-menu" icon="/usr/share/icons/gnome/16x16/categories/applications-other.png" label="Applications" execute="xdg_menu --format openbox3-pipe" key=""/>
+ <!-- Run dialog; hotkey - Win+r -->
+ <item icon="/usr/share/icons/gnome/16x16/actions/system-run.png" label="Run Program" key="W-r">
+ <action name="Execute">
+ <command>gmrun</command>
+ </action>
+ </item>
+ <!-- "Exit" menu with external scripts; default item - shutdown.
+ For shutdown You may press "Win+Space" (main menu), then "x" (e_Xit menu) -->
+ <menu id="exit" label="e_Xit" icon="/usr/share/icons/gnome/16x16/actions/system-log-out.png" key="W-x">
+ <item icon="/usr/share/icons/gnome/16x16/actions/media-playback-pause.png" label="hibernate">
+ <action name="Execute">
+ <execute>.hibernate</execute>
+ </action>
+ </item>
+ <item icon="/usr/share/icons/gnome/16x16/actions/system-log-out.png" label="Logout">
+ <action name="Execute">
+ <execute>.logoff</execute>
+ </action>
+ </item>
+ <item icon="/usr/share/icons/gnome/16x16/actions/window-close.png" label="Reboot">
+ <action name="Execute">
+ <execute>.reboot</execute>
+ </action>
+ </item>
+ <item icon="/usr/share/icons/gnome/16x16/actions/system-shutdown.png" label="Shutdown" default="yes">
+ <action name="Execute">
+ <execute>.shutdown</execute>
+ </action>
+ </item>
+ </menu>
+ </menu>
+</openbox_menu>