-
Notifications
You must be signed in to change notification settings - Fork 0
/
openbox-menu.xml
81 lines (75 loc) · 2.47 KB
/
openbox-menu.xml
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
70
71
72
73
74
75
76
77
78
79
80
81
<?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="Satt">
<action name="Execute"><execute>daily</execute></action>
</item>
<item label="Toggle Trackpad">
<action name="Execute"><execute>tp toggle</execute></action>
</item>
<item label="Turn off monitor">
<action name="Execute"><execute>xset dpms force off</execute></action>
</item>
<item label="Terminal emulator">
<action name="Execute"><execute>x-terminal-emulator</execute></action>
</item>
<item label="Web browser">
<action name="Execute"><execute>x-www-browser</execute></action>
</item>
<item label="xterms-restore">
<action name="Execute"><execute>sh -c "xterms -p; browsertop -b"</execute></action>
</item>
<item label="xterms-restart">
<action name="Execute"><execute>xterms restart</execute></action>
</item>
<item label="xterms-warmup">
<action name="Execute"><execute>warmup</execute></action>
</item>
<item label="light">
<action name="Execute"><execute>env BG=white xterms -b white</execute></action>
</item>
<item label="gmrun">
<action name="Execute"><execute>gmrun</execute></action>
</item>
<item label="Chat">
<action name="Execute"><execute>chat</execute></action>
</item>
<item label="mail">
<action name="Execute"><execute>thunderbird</execute></action>
</item>
<item label="virtualbox">
<action name="Execute"><execute>virtualbox</execute></action>
</item>
<item label="vpn cisco anyconnect">
<action name="Execute"><execute>/opt/cisco/anyconnect/bin/vpnui</execute></action>
</item>
<separator />
<menu id="gnome-setting" label="Setting" execute="openbox-menu-gnome-settings"/>
<item label="System tray">
<action name="Execute"><execute>tray</execute></action>
</item>
<!-- This requires the presence of the 'menu' package to work -->
<menu id="/Debian" />
<separator />
<menu id="client-list-menu" />
<separator />
<item label="ObConf">
<action name="Execute"><execute>obconf</execute></action>
</item>
<item label="Reconfigure">
<action name="Reconfigure" />
</item>
<item label="Restart">
<action name="Restart" />
</item>
<separator />
<item label="Exit">
<action name="Exit">
<prompt>no</prompt>
</action>
</item>
</menu>
</openbox_menu>