]>
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 <popupShow>Nonpixel
</popupShow>
86 <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
87 <popupPosition>Center
</popupPosition>
88 <!-- 'Center' or 'Top' -->
92 <position>TopLeft
</position>
93 <!-- (Top|Bottom)(Left|Right|)|Left|Right|Floating -->
94 <floatingX>0</floatingX>
95 <floatingY>0</floatingY>
97 <stacking>Top
</stacking>
98 <direction>Vertical
</direction>
99 <!-- 'Vertical' or 'Horizontal' -->
100 <autoHide>no
</autoHide>
101 <hideDelay>300</hideDelay>
102 <showDelay>300</showDelay>
103 <moveButton>Middle
</moveButton>
107 <chainQuitKey>C-g
</chainQuitKey>
109 <keybind key=
"A-F10">
110 <action name=
"MaximizeFull"/>
113 <action name=
"UnmaximizeFull"/>
115 <keybind key=
"A-F12">
116 <action name=
"ToggleShade"/>
118 <keybind key=
"C-A-Left">
119 <action name=
"DesktopLeft"><wrap>no
</wrap></action>
121 <keybind key=
"C-A-Right">
122 <action name=
"DesktopRight"><wrap>no
</wrap></action>
124 <keybind key=
"C-A-Up">
125 <action name=
"DesktopUp"><wrap>no
</wrap></action>
127 <keybind key=
"C-A-Down">
128 <action name=
"DesktopDown"><wrap>no
</wrap></action>
130 <keybind key=
"S-A-Left">
131 <action name=
"SendToDesktopLeft"><wrap>no
</wrap></action>
133 <keybind key=
"S-A-Right">
134 <action name=
"SendToDesktopRight"><wrap>no
</wrap></action>
136 <keybind key=
"S-A-Up">
137 <action name=
"SendToDesktopUp"><wrap>no
</wrap></action>
139 <keybind key=
"S-A-Down">
140 <action name=
"SendToDesktopDown"><wrap>no
</wrap></action>
142 <keybind key=
"C-A-d">
143 <action name=
"ToggleShowDesktop"/>
146 <action name=
"Close"/>
148 <keybind key=
"A-Tab">
149 <action name=
"NextWindow"/>
151 <keybind key=
"A-S-Tab">
152 <action name=
"PreviousWindow"/>
154 <keybind key=
"C-A-Tab">
155 <action name=
"NextWindow"><panels>yes
</panels></action>
157 <keybind key=
"C-A-S-Tab">
158 <action name=
"PreviousWindow"><panels>yes
</panels></action>
161 <action name=
"Move"/>
164 <action name=
"Resize"/>
167 <action name=
"Iconify"/>
169 <keybind key=
"A-space">
170 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
175 <dragThreshold>3</dragThreshold>
176 <doubleClickTime>200</doubleClickTime>
178 <context name=
"Frame">
179 <mousebind button=
"A-Left" action=
"Drag">
180 <action name=
"Move"/>
182 <mousebind button=
"A-Left" action=
"Click">
183 <action name=
"Raise"/>
185 <mousebind button=
"A-Left" action=
"Press">
186 <action name=
"Focus"/>
188 <mousebind button=
"A-Middle" action=
"Drag">
189 <action name=
"Resize"/>
191 <mousebind button=
"A-Middle" action=
"Click">
192 <action name=
"Lower"/>
194 <mousebind button=
"A-Right" action=
"Press">
195 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
197 <mousebind button=
"A-Up" action=
"Click">
198 <action name=
"DesktopPrevious"/>
200 <mousebind button=
"A-Down" action=
"Click">
201 <action name=
"DesktopNext"/>
203 <mousebind button=
"C-A-Up" action=
"Click">
204 <action name=
"SendToDesktopPrevious"/>
206 <mousebind button=
"C-A-Down" action=
"Click">
207 <action name=
"SendToDesktopNext"/>
210 <context name=
"Titlebar">
211 <mousebind button=
"Left" action=
"Drag">
212 <action name=
"Move"/>
214 <mousebind button=
"Left" action=
"Click">
215 <action name=
"Raise"/>
217 <mousebind button=
"Left" action=
"Press">
218 <action name=
"Focus"/>
220 <mousebind button=
"Left" action=
"DoubleClick">
221 <action name=
"ToggleShade"/>
223 <mousebind button=
"Middle" action=
"Press">
224 <action name=
"Lower"/>
226 <mousebind button=
"Up" action=
"Click">
227 <action name=
"Shade"/>
229 <mousebind button=
"Down" action=
"Click">
230 <action name=
"Unshade"/>
232 <mousebind button=
"Right" action=
"Press">
233 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
236 <context name=
"Handle">
237 <mousebind button=
"Left" action=
"Drag">
238 <action name=
"Move"/>
240 <mousebind button=
"Left" action=
"Click">
241 <action name=
"Raise"/>
243 <mousebind button=
"Left" action=
"Press">
244 <action name=
"Focus"/>
246 <mousebind button=
"Middle" action=
"Press">
247 <action name=
"Lower"/>
250 <context name=
"BLCorner">
251 <mousebind button=
"Left" action=
"Drag">
252 <action name=
"Resize"/>
254 <mousebind button=
"Left" action=
"Press">
255 <action name=
"Focus"/>
258 <context name=
"BRCorner">
259 <mousebind button=
"Left" action=
"Drag">
260 <action name=
"Resize"/>
262 <mousebind button=
"Left" action=
"Press">
263 <action name=
"Focus"/>
266 <context name=
"TLCorner">
267 <mousebind button=
"Left" action=
"Drag">
268 <action name=
"Resize"/>
270 <mousebind button=
"Left" action=
"Press">
271 <action name=
"Focus"/>
274 <context name=
"TRCorner">
275 <mousebind button=
"Left" action=
"Drag">
276 <action name=
"Resize"/>
278 <mousebind button=
"Left" action=
"Press">
279 <action name=
"Focus"/>
282 <context name=
"Client">
283 <mousebind button=
"Left" action=
"Press">
284 <action name=
"Focus"/>
285 <action name=
"Raise"/>
287 <mousebind button=
"Middle" action=
"Press">
288 <action name=
"Focus"/>
290 <mousebind button=
"Right" action=
"Press">
291 <action name=
"Focus"/>
294 <context name=
"Icon">
295 <mousebind button=
"Left" action=
"Press">
296 <action name=
"Focus"/>
298 <mousebind button=
"Right" action=
"Press">
299 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
301 <mousebind button=
"Left" action=
"Press">
302 <action name=
"ShowMenu"><menu>client-menu
</menu></action>
305 <context name=
"AllDesktops">
306 <mousebind button=
"Left" action=
"Press">
307 <action name=
"Focus"/>
309 <mousebind button=
"Left" action=
"Click">
310 <action name=
"ToggleOmnipresent"/>
313 <context name=
"Shade">
314 <mousebind button=
"Left" action=
"Press">
315 <action name=
"Focus"/>
317 <mousebind button=
"Left" action=
"Click">
318 <action name=
"ToggleShade"/>
321 <context name=
"Iconify">
322 <mousebind button=
"Left" action=
"Press">
323 <action name=
"Focus"/>
325 <mousebind button=
"Left" action=
"Click">
326 <action name=
"Iconify"/>
329 <context name=
"Maximize">
330 <mousebind button=
"Left" action=
"Press">
331 <action name=
"Focus"/>
333 <mousebind button=
"Middle" action=
"Press">
334 <action name=
"Focus"/>
336 <mousebind button=
"Right" action=
"Press">
337 <action name=
"Focus"/>
339 <mousebind button=
"Left" action=
"Click">
340 <action name=
"ToggleMaximizeFull"/>
342 <mousebind button=
"Middle" action=
"Click">
343 <action name=
"ToggleMaximizeVert"/>
345 <mousebind button=
"Right" action=
"Click">
346 <action name=
"ToggleMaximizeHorz"/>
349 <context name=
"Close">
350 <mousebind button=
"Left" action=
"Press">
351 <action name=
"Focus"/>
353 <mousebind button=
"Left" action=
"Click">
354 <action name=
"Close"/>
357 <context name=
"Desktop">
358 <mousebind button=
"Up" action=
"Press">
359 <action name=
"DesktopPrevious"/>
361 <mousebind button=
"Down" action=
"Press">
362 <action name=
"DesktopNext"/>
364 <mousebind button=
"A-Up" action=
"Press">
365 <action name=
"DesktopPrevious"/>
367 <mousebind button=
"A-Down" action=
"Press">
368 <action name=
"DesktopNext"/>
370 <mousebind button=
"Left" action=
"Press">
371 <action name=
"Focus"/>
372 <action name=
"Raise"/>
374 <mousebind button=
"Middle" action=
"Press">
375 <action name=
"ShowMenu"><menu>client-list-menu
</menu></action>
377 <mousebind button=
"Right" action=
"Press">
378 <action name=
"ShowMenu"><menu>root-menu
</menu></action>
381 <context name=
"MoveResize">
382 <mousebind button=
"Up" action=
"Press">
383 <action name=
"DesktopPrevious"/>
385 <mousebind button=
"Down" action=
"Press">
386 <action name=
"DesktopNext"/>
388 <mousebind button=
"A-Up" action=
"Press">
389 <action name=
"DesktopPrevious"/>
391 <mousebind button=
"A-Down" action=
"Press">
392 <action name=
"DesktopNext"/>
398 <!-- You can specify more than one menu file in here and they are all loaded,
399 just don't make menu ids clash or, well, it'll be kind of pointless -->
401 <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
402 <file>menu.xml
</file>
403 <warpPointer>yes
</warpPointer>
404 <xorStyle>yes
</xorStyle>
405 <hideDelay>250</hideDelay>
407 <submenuShowDelay>0</submenuShowDelay>
408 <desktopMenuIcons>yes
</desktopMenuIcons>
414 <application name="this application does not exist">
424 # specifies xinerama head
425 <layer>normal</layer>
426 # 'above', 'normal', or 'below'
428 <skip_pager>no</skip_pager>
429 <skip_taskbar>no</skip_taskbar>
430 <fullscreen>yes</fullscreen>
431 <maximized>true</maximized>
432 # 'Horizontal', 'Vertical' or boolean (yes/no/on/off/true/false)
This page took 0.050202 seconds and 4 git commands to generate.