summaryrefslogtreecommitdiff
path: root/releng/airootfs/root/.config/openbox/menu.xml
blob: 53c742e0f9e0df27fc782755ab12baed4049ce59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>