summaryrefslogtreecommitdiff
path: root/openbox/menu.xml
blob: c23189ec3e02ac0227c108ddcd3fe1c3a8e00d09 (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
58
59
60
61
62
63
64
65
66
67
68
69
<?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="Chromium" icon="/usr/share/icons/hicolor/32x32/apps/chromium.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="Discord" icon="/usr/share/pixmaps/discord.png">
    <action name="Execute"><execute>discord</execute></action>
  </item>
  <item label="Skype" icon="/usr/share/pixmaps/skypeforlinux.png">
    <action name="Execute"><execute>skypeforlinux</execute></action>
  </item>
  <item label="Eye of GNOME" icon="/usr/share/icons/hicolor/16x16/apps/eog.png">
    <action name="Execute"><execute>eog</execute></action>
  </item>
  <item label="Geeqie" icon="/usr/share/pixmaps/geeqie.png">
    <action name="Execute"><execute>geeqie</execute></action>
  </item>
  <item label="Transmission" icon="/usr/share/icons/hicolor/16x16/apps/transmission.png">
    <action name="Execute"><execute>transmission-gtk</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="Gimp" icon="/usr/share/icons/hicolor/16x16/apps/gimp.png">
    <action name="Execute"><execute>gimp</execute></action>
  </item>
  <item label="KCachegrind" icon="/usr/share/icons/hicolor/32x32/apps/kcachegrind.png">
    <action name="Execute"><execute>kcachegrind</execute></action>
  </item>
  <item label="OBS" icon="/usr/share/icons/hicolor/256x256/apps/obs.png">
    <action name="Execute"><execute>obs</execute></action>
  </item>
  <item label="Stellarium" icon="/usr/share/icons/hicolor/16x16/apps/stellarium.png">
    <action name="Execute"><execute>stellarium</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="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>