-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.xml
37 lines (34 loc) · 1.18 KB
/
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
<?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="Terminal emulator">
<action name="Execute"><execute>~/.config/openbox/scripts/urxvt.sh</execute></action>
</item>
<item label="Chrome (work)">
<action name="Execute"><execute>~/.config/openbox/scripts/chrome-default-user.sh</execute></action>
</item>
<item label="Chrome (personal)">
<action name="Execute"><execute>~/.config/openbox/scripts/chrome-personal.sh</execute></action>
</item>
<item label="File manager">
<action name="Execute"><execute>thunar</execute></action>
</item>
<separator />
<item label="Switch wallpaper">
<action name="Execute"><execute>~/.config/openbox/scripts/prepare-wallpaper.sh</execute></action>
</item>
<item label="Reconfigure">
<action name="Reconfigure" />
</item>
<item label="Restart">
<action name="Restart" />
</item>
<separator />
<item label="Exit">
<action name="Exit" />
</item>
</menu>
</openbox_menu>