summaryrefslogtreecommitdiffstats
path: root/.config/openbox/menu.xml
blob: 7bcc1c4d488002b09a9f33204050a04813902182 (plain)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<?xml version="1.0" encoding="UTF-8"?>

<openbox_menu xmlns="http://openbox.org/3.4/menu">

	<menu id="apps-accessories-menu" label="Accessories">
		<item label="Alacritty">
			<action name="Execute">
				<command>alacritty</command>
			</action>
		</item>
		<item label="st">
			<action name="Execute">
				<command>st</command>
			</action>
		</item>
		<item label="PCMan File Manager">
			<action name="Execute">
				<command>pcmanfm</command>
			</action>
		</item>
		<item label="Qalculate!">
			<action name="Execute">
				<command>qalculate-gtk</command>
			</action>
		</item>
		<item label="Google Earth">
			<action name="Execute">
				<command>google-earth-pro</command>
			</action>
		</item>
	</menu>

	<menu id="apps-editors-menu" label="Editors">
		<item label="NeoVim">
			<action name="Execute">
				<command>alacritty -e nvim</command>
			</action>
		</item>
		<item label="Emacs">
			<action name="Execute">
				<command>emacs</command>
			</action>
		</item>
		<item label="Emacs-NoX">
			<action name="Execute">
				<command>alacritty -e emacs-nw</command>
			</action>
		</item>
	</menu>

	<menu id="apps-games-menu" label="Games">
		<item label="Steam">
			<action name="Execute"><command>steam</command></action>
		</item>
		<item label="Lutris">
			<action name="Execute"><command>lutris</command></action>
		</item>
		<item label="GZDoom">
			<action name="Execute"><command>gzdoom</command></action>
		</item>
		<item label="DOSBox">
			<action name="Execute"><command>dosbox</command></action>
		</item>
	</menu>

	<menu id="apps-net-menu" label="Internet">
		<item label="Iridium">
			<action name="Execute">
				<command>iridium --force-dark-mode</command>
			</action>
		</item>
		<item label="Firefox">
			<action name="Execute">
				<command>firefox</command>
			</action>
		</item>
		<item label="Discord">
			<action name="Execute">
				<command>discord</command>
			</action>
		</item>
		<item label="Signal">
			<action name="Execute">
				<command>signal-desktop</command>
			</action>
		</item>
		<item label="Liferea">
			<action name="Execute">
				<command>liferea</command>
			</action>
		</item>
		<item label="HexChat">
			<action name="Execute">
				<command>hexchat</command>
			</action>
		</item>
	</menu>

	<menu id="apps-multimedia-menu" label="Multimedia">
		<item label="Ario">
			<action name="Execute">
				<command>ario</command>
			</action>
		</item>
	</menu>

	<menu id="apps-graphics-menu" label="Graphics">
		<item label="Gimp">
			<action name="Execute">
				<command>gimp</command>
			</action>
		</item>
	</menu>

	<menu id="system-menu" label="Settings">
		<item label="Openbox configuration">
			<action name="Execute">
				<command>obconf</command>
			</action>
		</item>
		<item label="tint2 configuration">
			<action name="Execute">
				<command>tint2conf</command>
			</action>
		</item>
		<item label="Theme manager">
			<action name="Execute">
				<command>lxappearance</command>
			</action>
		</item>
		<item label="XScreenSaver configuration">
			<action name="Execute">
				<command>xscreensaver-settings</command>
			</action>
		</item>
		<item label="Displays configuration">
			<action name="Execute">
				<command>arandr</command>
			</action>
		</item>
		<separator />
		<item label="Reconfigure Openbox">
			<action name="Reconfigure" />
		</item>
	</menu>

	<menu id="root-menu" label="Openbox 3">
		<separator label="Applications" />
		<item label="Alacritty">
			<action name="Execute">
				<command>alacritty</command>
			</action>
		</item>
		<item label="PCMan File Manager">
			<action name="Execute">
				<command>pcmanfm</command>
			</action>
		</item>
		<item label="Firefox">
			<action name="Execute">
				<command>firefox</command>
			</action>
		</item>
		<separator />
		<menu id="apps-accessories-menu"/>
		<menu id="apps-editors-menu"/>
		<menu id="apps-graphics-menu"/>
		<menu id="apps-net-menu"/>
		<menu id="apps-multimedia-menu"/>
		<menu id="apps-games-menu"/>
		<separator label="System" />
		<menu id="system-menu"/>
		<separator />
		<item label="Reconfigure Openbox">
			<action name="Reconfigure" />
		</item>
		<item label="Lock screen">
			<action name="Execute">
				<command>~/.local/bin/powercmd lock</command>
			</action>
		</item>
		<item label="Sleep">
			<action name="Execute">
				<command>~/.local/bin/powercmd sleep</command>
			</action>
		</item>
		<item label="Log Out">
			<action name="Exit">
				<prompt>yes</prompt>
			</action>
		</item>
		<item label="Reboot">
			<action name="Execute">
				<command>~/.local/bin/powercmd reboot</command>
			</action>
		</item>
		<item label="Shutdown">
			<action name="Execute">
				<command>~/.local/bin/powercmd poweroff</command>
			</action>
		</item>
	</menu>

</openbox_menu>