File: menu.xml

package info (click to toggle)
compiz-boxmenu 1.1.12-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 684 kB
  • sloc: ansic: 2,607; python: 1,349; makefile: 77; xml: 71; sh: 1
file content (33 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
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
<menu>
  <item type="launcher">
     <name>_Epiphany</name>
     <icon>gnome-web-browser</icon>
     <command>epiphany</command>
  </item>
  <item type="launcher">
    <name>_Terminal</name>
    <icon>gnome-terminal</icon>
    <command>gnome-terminal</command>
  </item>
  <menu name="E_xtras">
    <item type="launcher">
      <name>Te_xt Editor</name>
      <icon>accessories-text-editor</icon>
      <command>gedit</command>
    </item>
    <item type="launcher">
      <name>_Aisleriot Solitaire</name>
      <icon>gnome-aisleriot</icon>
      <command>sol</command>
    </item>
  </menu>
  <separator/>
  <item type="windowlist"/>
  <item type="viewportlist"/>
  <item type="launcher">
    <icon>gtk-edit</icon>
    <command>compiz-boxmenu-editor</command>
    <name>E_dit</name>
  </item>
  <item type="reload"/>
</menu>