summaryrefslogtreecommitdiff
path: root/releng/airootfs/root/.config/openbox/menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'releng/airootfs/root/.config/openbox/menu.xml')
-rw-r--r--releng/airootfs/root/.config/openbox/menu.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/releng/airootfs/root/.config/openbox/menu.xml b/releng/airootfs/root/.config/openbox/menu.xml
new file mode 100644
index 0000000..53c742e
--- /dev/null
+++ b/releng/airootfs/root/.config/openbox/menu.xml
@@ -0,0 +1,22 @@
+
+<?xml version="1.0" encoding="UTF-8"?>
+<openbox_menu>
+ <menu id="root-menu" label="Openbox">
+ <item label="Terminal">
+ <action name="Execute">
+ <command>xterm</command>
+ </action>
+ </item>
+ <item label="Installer">
+ <action name="Execute">
+ <command>calamares</command>
+ </action>
+ </item>
+ <separator/>
+ <item label="Reboot">
+ <action name="Execute">
+ <command>systemctl reboot</command>
+ </action>
+ </item>
+ </menu>
+</openbox_menu>