]> Dogcows Code - chaz/openbox/blob - data/rc.xml.in
add <dock><moveButton> which can change which button combo is used to move dock apps...
[chaz/openbox] / data / rc.xml.in
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- Do not edit this file, it will be overwritten on install.
4 Copy the file to $HOME/.config/openbox/ instead. -->
5
6 <openbox_config xmlns="http://openbox.org/"
7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8 xsi:schemaLocation="http://openbox.org/
9 file://@xsddir@/rc.xsd">
10
11 <resistance>
12 <strength>10</strength>
13 <screen_edge_strength>20</screen_edge_strength>
14 </resistance>
15
16 <focus>
17 <focusNew>yes</focusNew>
18 <focusLast>yes</focusLast>
19 <followMouse>no</followMouse>
20 <focusDelay>0</focusDelay>
21 <raiseOnFocus>no</raiseOnFocus>
22 </focus>
23
24 <theme>
25 <name>TheBear</name>
26 <titlelayout>NLIMC</titlelayout>
27 </theme>
28
29 <desktops>
30 <number>4</number>
31 <names>
32 <name>one</name>
33 <name>two</name>
34 <name>three</name>
35 <name>four</name>
36 </names>
37 </desktops>
38
39 <resize>
40 <drawContents>yes</drawContents>
41 </resize>
42
43 <dock>
44 <position>TopLeft</position>
45 <stacking>Top</stacking>
46 <direction>Vertical</direction>
47 <floatingX>0</floatingX>
48 <floatingY>0</floatingY>
49 <autoHide>no</autoHide>
50 <hideDelay>300</hideDelay>
51 <moveButton>A-Left</moveButton>
52 </dock>
53
54 <keyboard>
55 <chainQuitKey>C-g</chainQuitKey>
56
57 <keybind key="A-F10">
58 <action name="MaximizeFull"/>
59 </keybind>
60 <keybind key="A-F5">
61 <action name="UnmaximizeFull"/>
62 </keybind>
63 <keybind key="A-F12">
64 <action name="ToggleShade"/>
65 </keybind>
66 <keybind key="C-A-Left">
67 <action name="DesktopLeft"/>
68 </keybind>
69 <keybind key="C-A-Right">
70 <action name="DesktopRight"/>
71 </keybind>
72 <keybind key="C-A-Up">
73 <action name="DesktopUp"/>
74 </keybind>
75 <keybind key="C-A-Down">
76 <action name="DesktopDown"/>
77 </keybind>
78 <keybind key="S-A-Left">
79 <action name="SendToDesktopLeft"/>
80 </keybind>
81 <keybind key="S-A-Right">
82 <action name="SendToDesktopRight"/>
83 </keybind>
84 <keybind key="S-A-Up">
85 <action name="SendToDesktopUp"/>
86 </keybind>
87 <keybind key="S-A-Down">
88 <action name="SendToDesktopDown"/>
89 </keybind>
90 <keybind key="C-A-d">
91 <action name="ToggleShowDesktop"/>
92 </keybind>
93 <keybind key="A-F4">
94 <action name="Close"/>
95 </keybind>
96 <keybind key="A-Tab">
97 <action name="NextWindow"/>
98 </keybind>
99 <keybind key="A-S-Tab">
100 <action name="PreviousWindow"/>
101 </keybind>
102 <keybind key="A-F7">
103 <action name="Move"/>
104 </keybind>
105 <keybind key="A-F8">
106 <action name="Resize"/>
107 </keybind>
108 <keybind key="A-F9">
109 <action name="Iconify"/>
110 </keybind>
111 <keybind key="A-space">
112 <action name="ShowMenu"><menu>client-menu</menu></action>
113 </keybind>
114 </keyboard>
115
116 <mouse>
117 <dragThreshold>3</dragThreshold>
118 <doubleClickTime>200</doubleClickTime>
119
120 <context name="Frame">
121 <mousebind button="A-Left" action="Drag">
122 <action name="Move"/>
123 </mousebind>
124 <mousebind button="A-Left" action="Click">
125 <action name="Raise"/>
126 </mousebind>
127 <mousebind button="A-Left" action="Press">
128 <action name="Focus"/>
129 </mousebind>
130 <mousebind button="A-Middle" action="Drag">
131 <action name="Resize"/>
132 </mousebind>
133 <mousebind button="A-Middle" action="Click">
134 <action name="Lower"/>
135 </mousebind>
136 <mousebind button="A-Right" action="Press">
137 <action name="ShowMenu"><menu>client-menu</menu></action>
138 </mousebind>
139 <mousebind button="A-Up" action="Click">
140 <action name="DesktopNext"/>
141 </mousebind>
142 <mousebind button="A-Down" action="Click">
143 <action name="DesktopPrevious"/>
144 </mousebind>
145 <mousebind button="C-A-Up" action="Click">
146 <action name="SendToDesktopNext"/>
147 </mousebind>
148 <mousebind button="C-A-Down" action="Click">
149 <action name="SendToDesktopPrevious"/>
150 </mousebind>
151 </context>
152 <context name="Titlebar">
153 <mousebind button="Left" action="Drag">
154 <action name="Move"/>
155 </mousebind>
156 <mousebind button="Left" action="Click">
157 <action name="Raise"/>
158 </mousebind>
159 <mousebind button="Left" action="Press">
160 <action name="Focus"/>
161 </mousebind>
162 <mousebind button="Left" action="DoubleClick">
163 <action name="ToggleShade"/>
164 </mousebind>
165 <mousebind button="Middle" action="Press">
166 <action name="Lower"/>
167 </mousebind>
168 <mousebind button="Up" action="Click">
169 <action name="Shade"/>
170 </mousebind>
171 <mousebind button="Down" action="Click">
172 <action name="Unshade"/>
173 </mousebind>
174 <mousebind button="Right" action="Press">
175 <action name="ShowMenu"><menu>client-menu</menu></action>
176 </mousebind>
177 </context>
178 <context name="Handle">
179 <mousebind button="Left" action="Drag">
180 <action name="Move"/>
181 </mousebind>
182 <mousebind button="Left" action="Click">
183 <action name="Raise"/>
184 </mousebind>
185 <mousebind button="Left" action="Press">
186 <action name="Focus"/>
187 </mousebind>
188 <mousebind button="Middle" action="Press">
189 <action name="Lower"/>
190 </mousebind>
191 </context>
192 <context name="BLCorner">
193 <mousebind button="Left" action="Drag">
194 <action name="Resize"/>
195 </mousebind>
196 <mousebind button="Left" action="Press">
197 <action name="Focus"/>
198 </mousebind>
199 </context>
200 <context name="BRCorner">
201 <mousebind button="Left" action="Drag">
202 <action name="Resize"/>
203 </mousebind>
204 <mousebind button="Left" action="Press">
205 <action name="Focus"/>
206 </mousebind>
207 </context>
208 <context name="TLCorner">
209 <mousebind button="Left" action="Drag">
210 <action name="Resize"/>
211 </mousebind>
212 <mousebind button="Left" action="Press">
213 <action name="Focus"/>
214 </mousebind>
215 </context>
216 <context name="TRCorner">
217 <mousebind button="Left" action="Drag">
218 <action name="Resize"/>
219 </mousebind>
220 <mousebind button="Left" action="Press">
221 <action name="Focus"/>
222 </mousebind>
223 </context>
224 <context name="Client">
225 <mousebind button="Left" action="Press">
226 <action name="Focus"/>
227 <action name="Raise"/>
228 </mousebind>
229 <mousebind button="Middle" action="Press">
230 <action name="Focus"/>
231 </mousebind>
232 <mousebind button="Right" action="Press">
233 <action name="Focus"/>
234 </mousebind>
235 </context>
236 <context name="Icon">
237 <mousebind button="Left" action="Press">
238 <action name="Focus"/>
239 </mousebind>
240 <mousebind button="Right" action="Press">
241 <action name="ShowMenu"><menu>client-menu</menu></action>
242 </mousebind>
243 <mousebind button="Left" action="Press">
244 <action name="ShowMenu"><menu>client-menu</menu></action>
245 </mousebind>
246 </context>
247 <context name="AllDesktops">
248 <mousebind button="Left" action="Press">
249 <action name="Focus"/>
250 </mousebind>
251 <mousebind button="Left" action="Click">
252 <action name="ToggleOmnipresent"/>
253 </mousebind>
254 </context>
255 <context name="Shade">
256 <mousebind button="Left" action="Press">
257 <action name="Focus"/>
258 </mousebind>
259 <mousebind button="Left" action="Click">
260 <action name="ToggleShade"/>
261 </mousebind>
262 </context>
263 <context name="Iconify">
264 <mousebind button="Left" action="Press">
265 <action name="Focus"/>
266 </mousebind>
267 <mousebind button="Left" action="Click">
268 <action name="Iconify"/>
269 </mousebind>
270 </context>
271 <context name="Maximize">
272 <mousebind button="Left" action="Press">
273 <action name="Focus"/>
274 </mousebind>
275 <mousebind button="Middle" action="Press">
276 <action name="Focus"/>
277 </mousebind>
278 <mousebind button="Right" action="Press">
279 <action name="Focus"/>
280 </mousebind>
281 <mousebind button="Left" action="Click">
282 <action name="ToggleMaximizeFull"/>
283 </mousebind>
284 <mousebind button="Middle" action="Click">
285 <action name="ToggleMaximizeVert"/>
286 </mousebind>
287 <mousebind button="Right" action="Click">
288 <action name="ToggleMaximizeHorz"/>
289 </mousebind>
290 </context>
291 <context name="Close">
292 <mousebind button="Left" action="Press">
293 <action name="Focus"/>
294 </mousebind>
295 <mousebind button="Left" action="Click">
296 <action name="Close"/>
297 </mousebind>
298 </context>
299 <context name="Desktop">
300 <mousebind button="Up" action="Press">
301 <action name="DesktopNext"/>
302 </mousebind>
303 <mousebind button="Down" action="Press">
304 <action name="DesktopPrevious"/>
305 </mousebind>
306 <mousebind button="A-Up" action="Press">
307 <action name="DesktopNext"/>
308 </mousebind>
309 <mousebind button="A-Down" action="Press">
310 <action name="DesktopPrevious"/>
311 </mousebind>
312 <mousebind button="Left" action="Press">
313 <action name="Focus"/>
314 <action name="Raise"/>
315 </mousebind>
316 <mousebind button="Middle" action="Press">
317 <action name="ShowMenu"><menu>client-list-menu</menu></action>
318 </mousebind>
319 <mousebind button="Right" action="Press">
320 <action name="ShowMenu"><menu>root-menu</menu></action>
321 </mousebind>
322 </context>
323 <context name="MoveResize">
324 <mousebind button="Up" action="Press">
325 <action name="DesktopNext"/>
326 </mousebind>
327 <mousebind button="Down" action="Press">
328 <action name="DesktopPrevious"/>
329 </mousebind>
330 <mousebind button="A-Up" action="Press">
331 <action name="DesktopNext"/>
332 </mousebind>
333 <mousebind button="A-Down" action="Press">
334 <action name="DesktopPrevious"/>
335 </mousebind>
336 </context>
337 </mouse>
338
339 <menu>
340 <!-- You can specify more than one menu file in here and they are all loaded,
341 just don't make menu ids clash or, well, it'll be kind of pointless -->
342
343 <!-- debian menu file -->
344 <file>/etc/X11/openbox/openbox-menu.xml</file>
345
346 <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
347 <file>menu.xml</file>
348 </menu>
349
350 </openbox_config>
This page took 0.046614 seconds and 4 git commands to generate.