-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmenu.xml
More file actions
33 lines (33 loc) · 827 Bytes
/
menu.xml
File metadata and controls
33 lines (33 loc) · 827 Bytes
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>