summaryrefslogtreecommitdiff
path: root/openbox/menu.xml
blob: e16a85a26f6292eedb949d447242c9a345424f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?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="XTerm" icon="/usr/share/icons/hicolor/48x48/apps/xterm-color.png">
    <action name="Execute"><execute>x-terminal-emulator</execute></action>
  </item>
  <item label="Web browser" icon="/usr/share/icons/gnome/32x32/apps/web-browser.png">
    <action name="Execute"><execute>x-www-browser</execute></action>
  </item>
  <item label="qpdfview" icon="/usr/share/icons/hicolor/scalable/apps/qpdfview.svg">
    <action name="Execute"><execute>qpdfview</execute></action>
  </item>
  <item label="Geeqie" icon="/usr/share/pixmaps/geeqie.png">
    <action name="Execute"><execute>geeqie</execute></action>
  </item>
  <item label="LibreOffice" icon="/usr/share/icons/hicolor/16x16/apps/libreoffice-startcenter.png">
    <action name="Execute"><execute>libreoffice</execute></action>
  </item>
  <item label="Stellarium" icon="/usr/share/icons/hicolor/16x16/apps/stellarium.png">
    <action name="Execute"><execute>stellarium</execute></action>
  </item>
  <item label="Pianoteq" icon="/home/rbraun/image/icons/pianoteq_icon_128.png">
    <action name="Execute"><execute>/home/rbraun/.local/bin/Pianoteq\ 7/arm-64bit/Pianoteq\ 7</execute></action>
  </item>
  <item label="MuseScore" icon="/home/rbraun/.local/share/icons/hicolor/scalable/apps/mscore-portable.svg">
    <action name="Execute"><execute>/home/rbraun/.local/bin/MuseScore-3.6.2.1052406898-arm64.AppImage</execute></action>
  </item>
  <separator />
  <item label="Wireshark" icon="/usr/share/icons/hicolor/scalable/apps/wireshark.svg">
    <action name="Execute"><execute>wireshark-gtk</execute></action>
  </item>
  <separator />
  <item label="Unlock keyboard">
    <action name="Execute"><execute>xinput enable cros_ec</execute></action>
  </item>
  <item label="Shutdown">
    <action name="Execute"><execute>sudo /bin/systemctl poweroff</execute></action>
  </item>
  <item label="Restart">
    <action name="Execute"><execute>sudo /bin/systemctl reboot</execute></action>
  </item>
  <separator />
  <item label="Restart Openbox">
    <action name="Restart" />
  </item>
  <separator />
  <item label="Exit">
    <action name="Exit" />
  </item>
</menu>

</openbox_menu>