summaryrefslogtreecommitdiff
path: root/releng/airootfs/root/.config/openbox/menu.xml
diff options
context:
space:
mode:
authornippy <you@example.com>2026-04-12 18:11:38 +0200
committernippy <you@example.com>2026-04-12 18:11:38 +0200
commit89d442a74ab0b3fc49f838c15f3f722f1be74720 (patch)
tree97c021670032230f020c2b45e6cd2aabd3dc1a00 /releng/airootfs/root/.config/openbox/menu.xml
parent71d4e0832da17f0ba97b7a5db86c6bf45be4e894 (diff)
downloadRaveOS-build-iso-89d442a74ab0b3fc49f838c15f3f722f1be74720.tar.gz
RaveOS-build-iso-89d442a74ab0b3fc49f838c15f3f722f1be74720.zip
live
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>