]>
Dogcows Code - chaz/openbox/blob - data/rc.xml.in
1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <!-- Do not edit this file, it will be overwritten on install.
4 Copy the file to $HOME/.config/openbox/ instead. -->
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">
12 <strength>10</strength>
13 <screen_edge_strength>20</screen_edge_strength>
14 <edges_hit_layers_below>no
</edges_hit_layers_below>
18 <focusNew>yes
</focusNew>
19 <focusLast>no
</focusLast>
20 <followMouse>no
</followMouse>
21 <focusDelay>0</focusDelay>
22 <raiseOnFocus>no
</raiseOnFocus>
26 <policy>Smart
</policy>
27 <!-- 'Smart' or 'UnderMouse' -->
32 <titleLayout>NLIMC
</titleLayout>
33 <titleNumber>yes
</titleNumber>
35 avaible characters are NDSLIMC, each can occur at most once.
37 L: window label (AKA title).
42 D: omnipresent (on all desktops).
44 <keepBorder>yes
</keepBorder>
45 <hideDisabled>no
</hideDisabled>
46 <font place=
"ActiveWindow">
47 <name>arial,sans
</name>
52 <font place=
"InactiveWindow">
53 <name>arial,sans
</name>
58 <font place=
"MenuTitle">
59 <name>arial,sans
</name>
64 <font place=
"MenuItem">
65 <name>arial,sans
</name>
74 <firstdesk>1</firstdesk>
84 <drawContents>yes
</drawContents>
85 <fourCorners>no
</fourCorners>
86 <popupShow>Nonpixel
</popupShow>
87 <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
88 <popupPosition>Center
</popupPosition>
89 <!-- 'Center' or 'Top' -->
93 <position>TopLeft
</position>
94 <!-- (Top|Bottom)(Left|Right|)|Left|Right|Floating -->
95 <floatingX>0</floatingX>
96 <floatingY>0</floatingY>
98 <stacking>Top
</stacking>
99 <direction>Vertical
</direction>
100 <!-- 'Vertical' or 'Horizontal' -->
101 <autoHide>no
</autoHide>
102 <hideDelay>300</hideDelay>
103 <showDelay>300</showDelay>
104 <moveButton>Middle
</moveButton>
108 <chainQuitKey>C-g
</chainQuitKey>
110 <keybind key=
"A-F10">
111 <action name=
"MaximizeFull"/>
114 <action name=
"UnmaximizeFull"/>
116 <keybind key=
"A-F12">
117 <action name=
"ToggleShade"/>
119 <keybind key=
"C-A-Left">
120 <action name=
"DesktopLeft"><wrap>no
</wrap></action>
122 <keybind key=
"C-A-Right">
123 <action name=
"DesktopRight"><wrap>no
</wrap></action>
125 <keybind key=
"C-A-Up">
126 <action name=
"DesktopUp"><wrap>no
</wrap></action>
128 <keybind key=
"C-A-Down">
129 <action name=
"DesktopDown"><wrap>no
</wrap></action>
131 <keybind key=
"S-A-Left">
132 <action name=
"SendToDesktopLeft"><wrap>no
</wrap></action>
134 <keybind key=
"S-A-Right">
135 <action name=
"SendToDesktopRight"><wrap>no
</wrap></action>
137 <keybind key=
"S-A-Up">
138 <action name=
"SendToDesktopUp"><wrap>no
</wrap></action>
140 <keybind key=
"S-A-Down">
141 <action name=
"SendToDesktopDown"><wrap>no
</wrap></action>
143 <keybind key=
"C-A-d">
144 <action name=
"ToggleShowDesktop"/>
147 <action name=
"Close"/>
149 <keybind key=
"A-Tab">
150 <action name=
"NextWindow"/>
152 <keybind key=
"A-S-Tab">
153 <action name=
"PreviousWindow"/>
156 <action name=
"Move"/>
159 <action name=
"Resize"/>
162 <action name=
"Iconify"/>
164 <keybind key=
"A-space">
165 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
170 <dragThreshold>3</dragThreshold>
171 <doubleClickTime>200</doubleClickTime>
173 <context name=
"Frame">
174 <mousebind button=
"A-Left" action=
"Drag">
175 <action name=
"Move"/>
177 <mousebind button=
"A-Left" action=
"Click">
178 <action name=
"Raise"/>
180 <mousebind button=
"A-Left" action=
"Press">
181 <action name=
"Focus"/>
183 <mousebind button=
"A-Middle" action=
"Drag">
184 <action name=
"Resize"/>
186 <mousebind button=
"A-Middle" action=
"Click">
187 <action name=
"Lower"/>
189 <mousebind button=
"A-Right" action=
"Press">
190 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
192 <mousebind button=
"A-Up" action=
"Click">
193 <action name=
"DesktopPrevious"/>
195 <mousebind button=
"A-Down" action=
"Click">
196 <action name=
"DesktopNext"/>
198 <mousebind button=
"C-A-Up" action=
"Click">
199 <action name=
"SendToDesktopPrevious"/>
201 <mousebind button=
"C-A-Down" action=
"Click">
202 <action name=
"SendToDesktopNext"/>
205 <context name=
"Titlebar">
206 <mousebind button=
"Left" action=
"Drag">
207 <action name=
"Move"/>
209 <mousebind button=
"Left" action=
"Click">
210 <action name=
"Raise"/>
212 <mousebind button=
"Left" action=
"Press">
213 <action name=
"Focus"/>
215 <mousebind button=
"Left" action=
"DoubleClick">
216 <action name=
"ToggleShade"/>
218 <mousebind button=
"Middle" action=
"Press">
219 <action name=
"Lower"/>
221 <mousebind button=
"Up" action=
"Click">
222 <action name=
"Shade"/>
224 <mousebind button=
"Down" action=
"Click">
225 <action name=
"Unshade"/>
227 <mousebind button=
"Right" action=
"Press">
228 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
231 <context name=
"Handle">
232 <mousebind button=
"Left" action=
"Drag">
233 <action name=
"Move"/>
235 <mousebind button=
"Left" action=
"Click">
236 <action name=
"Raise"/>
238 <mousebind button=
"Left" action=
"Press">
239 <action name=
"Focus"/>
241 <mousebind button=
"Middle" action=
"Press">
242 <action name=
"Lower"/>
245 <context name=
"BLCorner">
246 <mousebind button=
"Left" action=
"Drag">
247 <action name=
"Resize"/>
249 <mousebind button=
"Left" action=
"Press">
250 <action name=
"Focus"/>
253 <context name=
"BRCorner">
254 <mousebind button=
"Left" action=
"Drag">
255 <action name=
"Resize"/>
257 <mousebind button=
"Left" action=
"Press">
258 <action name=
"Focus"/>
261 <context name=
"TLCorner">
262 <mousebind button=
"Left" action=
"Drag">
263 <action name=
"Resize"/>
265 <mousebind button=
"Left" action=
"Press">
266 <action name=
"Focus"/>
269 <context name=
"TRCorner">
270 <mousebind button=
"Left" action=
"Drag">
271 <action name=
"Resize"/>
273 <mousebind button=
"Left" action=
"Press">
274 <action name=
"Focus"/>
277 <context name=
"Client">
278 <mousebind button=
"Left" action=
"Press">
279 <action name=
"Focus"/>
280 <action name=
"Raise"/>
282 <mousebind button=
"Middle" action=
"Press">
283 <action name=
"Focus"/>
285 <mousebind button=
"Right" action=
"Press">
286 <action name=
"Focus"/>
289 <context name=
"Icon">
290 <mousebind button=
"Left" action=
"Press">
291 <action name=
"Focus"/>
293 <mousebind button=
"Right" action=
"Press">
294 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
296 <mousebind button=
"Left" action=
"Press">
297 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
300 <context name=
"AllDesktops">
301 <mousebind button=
"Left" action=
"Press">
302 <action name=
"Focus"/>
304 <mousebind button=
"Left" action=
"Click">
305 <action name=
"ToggleOmnipresent"/>
308 <context name=
"Shade">
309 <mousebind button=
"Left" action=
"Press">
310 <action name=
"Focus"/>
312 <mousebind button=
"Left" action=
"Click">
313 <action name=
"ToggleShade"/>
316 <context name=
"Iconify">
317 <mousebind button=
"Left" action=
"Press">
318 <action name=
"Focus"/>
320 <mousebind button=
"Left" action=
"Click">
321 <action name=
"Iconify"/>
324 <context name=
"Maximize">
325 <mousebind button=
"Left" action=
"Press">
326 <action name=
"Focus"/>
328 <mousebind button=
"Middle" action=
"Press">
329 <action name=
"Focus"/>
331 <mousebind button=
"Right" action=
"Press">
332 <action name=
"Focus"/>
334 <mousebind button=
"Left" action=
"Click">
335 <action name=
"ToggleMaximizeFull"/>
337 <mousebind button=
"Middle" action=
"Click">
338 <action name=
"ToggleMaximizeVert"/>
340 <mousebind button=
"Right" action=
"Click">
341 <action name=
"ToggleMaximizeHorz"/>
344 <context name=
"Close">
345 <mousebind button=
"Left" action=
"Press">
346 <action name=
"Focus"/>
348 <mousebind button=
"Left" action=
"Click">
349 <action name=
"Close"/>
352 <context name=
"Desktop">
353 <mousebind button=
"Up" action=
"Press">
354 <action name=
"DesktopPrevious"/>
356 <mousebind button=
"Down" action=
"Press">
357 <action name=
"DesktopNext"/>
359 <mousebind button=
"A-Up" action=
"Press">
360 <action name=
"DesktopPrevious"/>
362 <mousebind button=
"A-Down" action=
"Press">
363 <action name=
"DesktopNext"/>
365 <mousebind button=
"Left" action=
"Press">
366 <action name=
"Focus"/>
367 <action name=
"Raise"/>
369 <mousebind button=
"Middle" action=
"Press">
370 <action name=
"ShowMenu"><menu>client-list-menu
</menu></action>
372 <mousebind button=
"Right" action=
"Press">
373 <action name=
"ShowMenu"><menu>root-menu
</menu></action>
376 <context name=
"MoveResize">
377 <mousebind button=
"Up" action=
"Press">
378 <action name=
"DesktopPrevious"/>
380 <mousebind button=
"Down" action=
"Press">
381 <action name=
"DesktopNext"/>
383 <mousebind button=
"A-Up" action=
"Press">
384 <action name=
"DesktopPrevious"/>
386 <mousebind button=
"A-Down" action=
"Press">
387 <action name=
"DesktopNext"/>
393 <!-- You can specify more than one menu file in here and they are all loaded,
394 just don't make menu ids clash or, well, it'll be kind of pointless -->
396 <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
397 <file>menu.xml
</file>
398 <warpPointer>yes
</warpPointer>
399 <xorStyle>yes
</xorStyle>
400 <hideDelay>250</hideDelay>
402 <submenuShowDelay>0</submenuShowDelay>
403 <desktopMenuIcons>yes
</desktopMenuIcons>
409 <application name="this application does not exist">
419 # specifies xinerama head
420 <layer>normal</layer>
421 # 'above', 'normal', or 'below'
423 <skip_pager>no</skip_pager>
424 <skip_taskbar>no</skip_taskbar>
425 <fullscreen>yes</fullscreen>
426 <maximized>true</maximized>
427 # 'Horizontal', 'Vertical' or boolean (yes/no/on/off/true/false)
This page took 0.058459 seconds and 4 git commands to generate.