Attachment 'menu.xml'
Download 1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <openbox_menu xmlns="http://openbox.org/"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://openbox.org/
6 file:///usr/share/openbox/menu.xsd">
7
8 <menu id="root-menu" label="Openbox 3">
9 <item label="Terminal emulator">
10 <action name="Execute"><execute>x-terminal-emulator</execute></action>
11 </item>
12 <item label="Run...">
13 <action name="Execute"><execute>gmrun</execute></action>
14 </item>
15 <item label="Web browser">
16 <action name="Execute"><execute>firefox</execute></action>
17 </item>
18 <item label="File browser">
19 <action name="Execute"><execute>pcmanfm</execute></action>
20 </item>
21 <!-- This requires the presence of the 'menu' package to work -->
22 <menu id="Debian" />
23 <separator />
24 <menu id="client-list-menu" />
25 <separator />
26 <item label="Edit menu">
27 <action name="Execute"><execute>leafpad ~/.config/openbox/menu.xml</execute></action>
28 </item>
29 <item label="Edit settings">
30 <action name="Execute"><execute>leafpad ~/.config/openbox/rc.xml</execute></action>
31 </item>
32 <item label="ObConf">
33 <action name="Execute"><execute>obconf</execute></action>
34 </item>
35 <item label="Reconfigure">
36 <action name="Reconfigure" />
37 </item>
38 <item label="Restart">
39 <action name="Restart" />
40 </item>
41 <separator />
42 <item label="Exit">
43 <action name="Exit"/>focus
44 </item>
45 </menu>
46
47 </openbox_menu>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.