]> Dogcows Code - chaz/openbox/blob - data/rc3
kill non-opaque move/resize
[chaz/openbox] / data / rc3
1 <?xml version="1.0"?>
2
3 <!-- Do not edit this file, it will be overwritten on install. Copy the file
4 to $HOME/.openbox/ instead. -->
5
6 <openbox_config>
7
8 <resistance>
9 <strength>10</strength>
10 <screen_edge_strength>10</screen_edge_strength>
11 <windows>yes</windows>
12 </resistance>
13
14 <placement>
15 <remember>yes</remember>
16 </placement>
17
18 <focus>
19 <focusNew>yes</focusNew>
20 <followMouse>no</followMouse>
21 <focusLast>yes</focusLast>
22 <focusLastOnDesktop>yes</focusLastOnDesktop>
23 <cyclingDialog>yes</cyclingDialog>
24 </focus>
25
26 <theme>
27 <theme>operation</theme>
28 <titlelayout>NLIMC</titlelayout>
29 </theme>
30
31 <desktops>
32 <number>4</number>
33 <names>
34 <name>one</name>
35 <name>two</name>
36 <name>three</name>
37 <name>four</name>
38 </names>
39 </desktops>
40
41 <resize>
42 <drawContents>yes</drawContents>
43 </resize>
44
45 <dock>
46 <position>topleft</position>
47 <stacking>top</stacking>
48 <direction>vertical</direction>
49 <floatingX>0</floatingX>
50 <floatingY>0</floatingY>
51 <autoHide>no</autoHide>
52 <hideTimeout>300</hideTimeout>
53 </dock>
54
55 <keyboard>
56 <keybind key="A-F10">
57 <action name="MaximizeFull"></action>
58 </keybind>
59 <keybind key="A-F5">
60 <action name="UnmaximizeFull"></action>
61 </keybind>
62 <keybind key="A-F12">
63 <action name="ToggleShade"></action>
64 </keybind>
65 <keybind key="C-A-Left">
66 <action name="DesktopLeft"></action>
67 </keybind>
68 <keybind key="C-A-Right">
69 <action name="DesktopRight"></action>
70 </keybind>
71 <keybind key="C-A-Up">
72 <action name="DesktopUp"></action>
73 </keybind>
74 <keybind key="C-A-Down">
75 <action name="DesktopDown"></action>
76 </keybind>
77 <keybind key="S-A-Left">
78 <action name="SendToDesktopLeft"></action>
79 </keybind>
80 <keybind key="S-A-Right">
81 <action name="SendToDesktopRight"></action>
82 </keybind>
83 <keybind key="S-A-Up">
84 <action name="SendToDesktopUp"></action>
85 </keybind>
86 <keybind key="S-A-Down">
87 <action name="SendToDesktopDown"></action>
88 </keybind>
89 <keybind key="C-A-d">
90 <action name="ToggleShowDesktop"></action>
91 </keybind>
92 <keybind key="A-F4">
93 <action name="Close"></action>
94 </keybind>
95 <keybind key="A-Tab">
96 <action name="NextWindow"></action>
97 </keybind>
98 <keybind key="A-S-Tab">
99 <action name="PreviousWindow"></action>
100 </keybind>
101 <keybind key="A-F7">
102 <action name="KeyboardMove"></action>
103 </keybind>
104 <keybind key="A-F8">
105 <action name="KeyboardResize"></action>
106 </keybind>
107 <keybind key="A-F9">
108 <action name="Iconify"></action>
109 </keybind>
110 </keyboard>
111
112 <mouse>
113 <dragThreshold>3</dragThreshold>
114 <doubleClickTime>200</doubleClickTime>
115
116 <context name="frame">
117 <mousebind button="A-Left" action="drag">
118 <action name="move"/>
119 </mousebind>
120 <mousebind button="A-Left" action="click">
121 <action name="raise"/>
122 </mousebind>
123 <mousebind button="A-Left" action="press">
124 <action name="focus"/>
125 </mousebind>
126 <mousebind button="A-Middle" action="drag">
127 <action name="resize"/>
128 </mousebind>
129 <mousebind button="A-Middle" action="click">
130 <action name="lower"/>
131 </mousebind>
132 <mousebind button="A-Right" action="press">
133 <action name="showmenu"><menu>client-menu</menu></action>
134 </mousebind>
135 <mousebind button="A-Up" action="click">
136 <action name="desktopright"/>
137 </mousebind>
138 <mousebind button="A-Down" action="click">
139 <action name="desktopleft"/>
140 </mousebind>
141 <mousebind button="C-A-Up" action="click">
142 <action name="sendtodesktopright"/>
143 </mousebind>
144 <mousebind button="C-A-Down" action="click">
145 <action name="sendtodesktopleft"/>
146 </mousebind>
147 </context>
148 <context name="titlebar">
149 <mousebind button="Left" action="drag">
150 <action name="move"/>
151 </mousebind>
152 <mousebind button="Left" action="click">
153 <action name="raise"/>
154 </mousebind>
155 <mousebind button="Left" action="press">
156 <action name="focus"/>
157 </mousebind>
158 <mousebind button="Left" action="doubleclick">
159 <action name="toggleshade"/>
160 </mousebind>
161 <mousebind button="Middle" action="press">
162 <action name="lower"/>
163 </mousebind>
164 <mousebind button="Up" action="click">
165 <action name="shade"/>
166 </mousebind>
167 <mousebind button="Down" action="click">
168 <action name="unshade"/>
169 </mousebind>
170 <mousebind button="Right" action="press">
171 <action name="showmenu"><menu>client-menu</menu></action>
172 </mousebind>
173 </context>
174 <context name="handle">
175 <mousebind button="Left" action="drag">
176 <action name="move"/>
177 </mousebind>
178 <mousebind button="Left" action="click">
179 <action name="raise"/>
180 </mousebind>
181 <mousebind button="Left" action="press">
182 <action name="focus"/>
183 </mousebind>
184 <mousebind button="Middle" action="press">
185 <action name="lower"/>
186 </mousebind>
187 </context>
188 <context name="blcorner">
189 <mousebind button="Left" action="drag">
190 <action name="resize"/>
191 </mousebind>
192 <mousebind button="Left" action="press">
193 <action name="focus"/>
194 </mousebind>
195 </context>
196 <context name="brcorner">
197 <mousebind button="Left" action="drag">
198 <action name="resize"/>
199 </mousebind>
200 <mousebind button="Left" action="press">
201 <action name="focus"/>
202 </mousebind>
203 </context>
204 <context name="tlcorner">
205 <mousebind button="Left" action="drag">
206 <action name="resize"/>
207 </mousebind>
208 <mousebind button="Left" action="press">
209 <action name="focus"/>
210 </mousebind>
211 </context>
212 <context name="trcorner">
213 <mousebind button="Left" action="drag">
214 <action name="resize"/>
215 </mousebind>
216 <mousebind button="Left" action="press">
217 <action name="focus"/>
218 </mousebind>
219 </context>
220 <context name="client">
221 <mousebind button="Left" action="press">
222 <action name="focus"/>
223 <action name="raise"/>
224 </mousebind>
225 <mousebind button="Middle" action="press">
226 <action name="focus"/>
227 </mousebind>
228 <mousebind button="Right" action="press">
229 <action name="focus"/>
230 </mousebind>
231 </context>
232 <context name="icon">
233 <mousebind button="Left" action="press">
234 <action name="focus"/>
235 </mousebind>
236 <mousebind button="Right" action="press">
237 <action name="showmenu"><menu>client-menu</menu></action>
238 </mousebind>
239 <mousebind button="Left" action="click">
240 <action name="showmenu"><menu>client-menu</menu></action>
241 </mousebind>
242 <mousebind button="Left" action="doubleclick">
243 <action name="close"/>
244 </mousebind>
245 </context>
246 <context name="alldesktops">
247 <mousebind button="Left" action="press">
248 <action name="focus"/>
249 </mousebind>
250 <mousebind button="Left" action="click">
251 <action name="toggleomnipresent"/>
252 </mousebind>
253 </context>
254 <context name="shade">
255 <mousebind button="Left" action="press">
256 <action name="focus"/>
257 </mousebind>
258 <mousebind button="Left" action="click">
259 <action name="toggleshade"/>
260 </mousebind>
261 </context>
262 <context name="iconify">
263 <mousebind button="Left" action="press">
264 <action name="focus"/>
265 </mousebind>
266 <mousebind button="Left" action="click">
267 <action name="iconify"/>
268 </mousebind>
269 </context>
270 <context name="maximize">
271 <mousebind button="Left" action="press">
272 <action name="focus"/>
273 </mousebind>
274 <mousebind button="Middle" action="press">
275 <action name="focus"/>
276 </mousebind>
277 <mousebind button="Right" action="press">
278 <action name="focus"/>
279 </mousebind>
280 <mousebind button="Left" action="click">
281 <action name="togglemaximizefull"/>
282 </mousebind>
283 <mousebind button="Middle" action="click">
284 <action name="togglemaximizevert"/>
285 </mousebind>
286 <mousebind button="Right" action="click">
287 <action name="togglemaximizehorz"/>
288 </mousebind>
289 </context>
290 <context name="close">
291 <mousebind button="Left" action="press">
292 <action name="focus"/>
293 </mousebind>
294 <mousebind button="Left" action="click">
295 <action name="close"/>
296 </mousebind>
297 </context>
298 <context name="root">
299 <mousebind button="Up" action="click">
300 <action name="desktopright"/>
301 </mousebind>
302 <mousebind button="Down" action="click">
303 <action name="desktopleft"/>
304 </mousebind>
305 <mousebind button="A-Up" action="click">
306 <action name="desktopright"/>
307 </mousebind>
308 <mousebind button="A-Down" action="click">
309 <action name="desktopleft"/>
310 </mousebind>
311 <mousebind button="Right" action="press">
312 <action name="showmenu"><menu>root</menu></action>
313 </mousebind>
314 </context>
315 </mouse>
316
317 <menu id="root" label="Openbox 3">
318 <menu id="apps" label="Applications">
319 <item label="Xterm">
320 <action name="execute"><execute>xterm</execute></action>
321 </item>
322 <item label="Mozilla">
323 <action name="execute"><execute>mozilla</execute></action>
324 </item>
325 <item label="Gaim">
326 <action name="execute"><execute>gaim</execute></action>
327 </item>
328 <item label="Quark">
329 <action name="execute"><execute>strange-quark</execute></action>
330 </item>
331 </menu>
332 <menu id="games" label="Games">
333 <item label="Crack-Attack">
334 <action name="execute"><execute>crack-attack</execute></action>
335 </item>
336 <item label="XFRisk">
337 <action name="execute"><execute>xfrisk</execute></action>
338 </item>
339 <item label="Quake III">
340 <action name="execute"><execute>quake3</execute></action>
341 </item>
342 </menu>
343 <item label="--" /> <!-- separator -->
344 <item label="Restart">
345 <action name="restart" />
346 </item>
347 <item label="Exit">
348 <action name="exit" />
349 </item>
350 </menu>
351
352 </openbox_config>
This page took 0.056879 seconds and 5 git commands to generate.