]> icculus.org git repositories - dana/openbox.git/blob - data/rc.xml
Convert the placement parsing section to the new config parser
[dana/openbox.git] / data / rc.xml
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/3.4/rc"
7                 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <resistance>
10   <strength>10</strength>
11   <screen_edge_strength>20</screen_edge_strength>
12 </resistance>
13
14 <focus>
15   <focusNew>yes</focusNew>
16   <!-- always try to focus new windows when they appear. other rules do
17        apply -->
18   <followMouse>no</followMouse>
19   <!-- move focus to a window when you move the mouse into it -->
20   <focusLast>yes</focusLast>
21   <!-- focus the last used window when changing desktops, instead of the one
22        under the mouse pointer. when followMouse is enabled -->
23   <underMouse>no</underMouse>
24   <!-- move focus under the mouse, even when the mouse is not moving -->
25   <focusDelay>200</focusDelay>
26   <!-- when followMouse is enabled, the mouse must be inside the window for
27        this many milliseconds (1000 = 1 sec) before moving focus to it -->
28   <raiseOnFocus>no</raiseOnFocus>
29   <!-- when followMouse is enabled, and a window is given focus by moving the
30        mouse into it, also raise the window -->
31 </focus>
32
33 <placement>
34   <policy>Smart</policy>
35   <!-- 'Smart' or 'UnderMouse' -->
36   <center>yes</center>
37   <!-- whether to place windows in the center of the free area found or
38        the top left corner -->
39   <monitor>Primary</monitor>
40   <!-- with Smart placement on a multi-monitor system, try to place new windows
41        on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
42        the active window is, 'Primary' - only on the primary monitor -->
43   <primaryMonitorType>Fixed</primaryMonitorType>
44   <!-- The monitor where Openbox should place popup dialogs such as the
45        focus cycling popup, or the desktop switch popup.  It can be one of the
46        following: 'Fixed' - use the monitor in the primaryMonitor tag
47                   'Mouse' - where the mouse is, or
48                   'Active' - where the active window is -->
49   <primaryMonitor>1</primaryMonitor>
50   <!-- The monitor where Openbox should place popup dialogs such as the
51        focus cycling popup, or the desktop switch popup.  It is an index
52        from 1, specifying a particular monitor. -->
53 </placement>
54
55 <theme>
56   <name>Clearlooks</name>
57   <titleLayout>NLIMC</titleLayout>
58   <!--
59       available characters are NDSLIMC, each can occur at most once.
60       N: window icon
61       L: window label (AKA title).
62       I: iconify
63       M: maximize
64       C: close
65       S: shade (roll up/down)
66       D: omnipresent (on all desktops).
67   -->
68   <keepBorder>yes</keepBorder>
69   <animateIconify>yes</animateIconify>
70   <font place="ActiveWindow">
71     <name>sans</name>
72     <size>8</size>
73     <!-- font size in points -->
74     <weight>bold</weight>
75     <!-- 'bold' or 'normal' -->
76     <slant>normal</slant>
77     <!-- 'italic' or 'normal' -->
78   </font>
79   <font place="InactiveWindow">
80     <name>sans</name>
81     <size>8</size>
82     <!-- font size in points -->
83     <weight>bold</weight>
84     <!-- 'bold' or 'normal' -->
85     <slant>normal</slant>
86     <!-- 'italic' or 'normal' -->
87   </font>
88   <font place="MenuHeader">
89     <name>sans</name>
90     <size>9</size>
91     <!-- font size in points -->
92     <weight>normal</weight>
93     <!-- 'bold' or 'normal' -->
94     <slant>normal</slant>
95     <!-- 'italic' or 'normal' -->
96   </font>
97   <font place="MenuItem">
98     <name>sans</name>
99     <size>9</size>
100     <!-- font size in points -->
101     <weight>normal</weight>
102     <!-- 'bold' or 'normal' -->
103     <slant>normal</slant>
104     <!-- 'italic' or 'normal' -->
105   </font>
106   <font place="ActiveOnScreenDisplay">
107     <name>sans</name>
108     <size>9</size>
109     <!-- font size in points -->
110     <weight>bold</weight>
111     <!-- 'bold' or 'normal' -->
112     <slant>normal</slant>
113     <!-- 'italic' or 'normal' -->
114   </font>
115   <font place="InactiveOnScreenDisplay">
116     <name>sans</name>
117     <size>9</size>
118     <!-- font size in points -->
119     <weight>bold</weight>
120     <!-- 'bold' or 'normal' -->
121     <slant>normal</slant>
122     <!-- 'italic' or 'normal' -->
123   </font>
124 </theme>
125
126 <desktops>
127   <!-- this stuff is only used at startup, pagers allow you to change them
128        during a session
129
130        these are default values to use when other ones are not already set
131        by other applications, or saved in your session
132
133        use obconf if you want to change these without having to log out
134        and back in -->
135   <number>4</number>
136   <firstdesk>1</firstdesk>
137   <names>
138     <!-- set names up here if you want to, like this:
139     <name>desktop 1</name>
140     <name>desktop 2</name>
141     -->
142   </names>
143   <popupTime>875</popupTime>
144   <!-- The number of milliseconds to show the popup for when switching
145        desktops.  Set this to 0 to disable the popup. -->
146 </desktops>
147
148 <resize>
149   <drawContents>yes</drawContents>
150   <popupShow>Nonpixel</popupShow>
151   <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
152   <popupPosition>Center</popupPosition>
153   <!-- 'Center', 'Top', or 'Fixed' -->
154   <popupFixedPosition>
155     <!-- these are used if popupPosition is set to 'Fixed' -->
156
157     <x>10</x>
158     <!-- positive number for distance from left edge, negative number for
159          distance from right edge, or 'Center' -->
160     <y>10</y>
161     <!-- positive number for distance from top edge, negative number for
162          distance from bottom edge, or 'Center' -->
163   </popupFixedPosition>
164 </resize>
165
166 <!-- You can reserve a portion of your screen where windows will not cover when
167      they are maximized, or when they are initially placed.
168      Many programs reserve space automatically, but you can use this in other
169      cases. -->
170 <margins>
171   <top>0</top>
172   <bottom>0</bottom>
173   <left>0</left>
174   <right>0</right>
175 </margins>
176
177 <dock>
178   <position>TopLeft</position>
179   <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
180   <floatingX>0</floatingX>
181   <floatingY>0</floatingY>
182   <noStrut>no</noStrut>
183   <stacking>Above</stacking>
184   <!-- 'Above', 'Normal', or 'Below' -->
185   <direction>Vertical</direction>
186   <!-- 'Vertical' or 'Horizontal' -->
187   <autoHide>no</autoHide>
188   <hideDelay>300</hideDelay>
189   <!-- in milliseconds (1000 = 1 second) -->
190   <showDelay>300</showDelay>
191   <!-- in milliseconds (1000 = 1 second) -->
192   <moveButton>Middle</moveButton>
193   <!-- 'Left', 'Middle', 'Right' -->
194 </dock>
195
196 <keyboard>
197   <chainQuitKey>C-g</chainQuitKey>
198
199   <!-- Keybindings for desktop switching -->
200   <keybind key="C-A-Left">
201     <action name="GoToDesktop"><to>left</to><wrap>no</wrap></action>
202   </keybind>
203   <keybind key="C-A-Right">
204     <action name="GoToDesktop"><to>right</to><wrap>no</wrap></action>
205   </keybind>
206   <keybind key="C-A-Up">
207     <action name="GoToDesktop"><to>up</to><wrap>no</wrap></action>
208   </keybind>
209   <keybind key="C-A-Down">
210     <action name="GoToDesktop"><to>down</to><wrap>no</wrap></action>
211   </keybind>
212   <keybind key="S-A-Left">
213     <action name="SendToDesktop"><to>left</to><wrap>no</wrap></action>
214   </keybind>
215   <keybind key="S-A-Right">
216     <action name="SendToDesktop"><to>right</to><wrap>no</wrap></action>
217   </keybind>
218   <keybind key="S-A-Up">
219     <action name="SendToDesktop"><to>up</to><wrap>no</wrap></action>
220   </keybind>
221   <keybind key="S-A-Down">
222     <action name="SendToDesktop"><to>down</to><wrap>no</wrap></action>
223   </keybind>
224   <keybind key="W-F1">
225     <action name="GoToDesktop"><to>1</to></action>
226   </keybind>
227   <keybind key="W-F2">
228     <action name="GoToDesktop"><to>2</to></action>
229   </keybind>
230   <keybind key="W-F3">
231     <action name="GoToDesktop"><to>3</to></action>
232   </keybind>
233   <keybind key="W-F4">
234     <action name="GoToDesktop"><to>4</to></action>
235   </keybind>
236   <keybind key="W-d">
237     <action name="ToggleShowDesktop"/>
238   </keybind>
239
240   <!-- Keybindings for windows -->
241   <keybind key="A-F4">
242     <action name="Close"/>
243   </keybind>
244   <keybind key="A-Escape">
245     <action name="Lower"/>
246     <action name="FocusToBottom"/>
247     <action name="Unfocus"/>
248   </keybind>
249   <keybind key="A-space">
250     <action name="ShowMenu"><menu>client-menu</menu></action>
251   </keybind>
252
253   <!-- Keybindings for window switching -->
254   <keybind key="A-Tab">
255     <action name="NextWindow">
256       <finalactions>
257         <action name="Focus"/>
258         <action name="Raise"/>
259         <action name="Unshade"/>
260       </finalactions>
261     </action>
262   </keybind>
263   <keybind key="A-S-Tab">
264     <action name="PreviousWindow">
265       <finalactions>
266         <action name="Focus"/>
267         <action name="Raise"/>
268         <action name="Unshade"/>
269       </finalactions>
270     </action>
271   </keybind>
272   <keybind key="C-A-Tab">
273     <action name="NextWindow">
274       <panels>yes</panels><desktop>yes</desktop>
275       <finalactions>
276         <action name="Focus"/>
277         <action name="Raise"/>
278         <action name="Unshade"/>
279       </finalactions>
280     </action>
281   </keybind>
282
283   <!-- Keybindings for window switching with the arrow keys -->
284   <keybind key="W-S-Right">
285     <action name="DirectionalCycleWindows">
286       <direction>right</direction>
287     </action>
288   </keybind>
289   <keybind key="W-S-Left">
290     <action name="DirectionalCycleWindows">
291       <direction>left</direction>
292     </action>
293   </keybind>
294   <keybind key="W-S-Up">
295     <action name="DirectionalCycleWindows">
296       <direction>up</direction>
297     </action>
298   </keybind>
299   <keybind key="W-S-Down">
300     <action name="DirectionalCycleWindows">
301       <direction>down</direction>
302     </action>
303   </keybind>
304
305   <!-- Keybindings for running applications -->
306   <keybind key="W-e">
307     <action name="Execute">
308       <startupnotify>
309         <enabled>true</enabled>
310         <name>Konqueror</name>
311       </startupnotify>
312       <command>kfmclient openProfile filemanagement</command>
313     </action>
314   </keybind>
315 </keyboard>
316
317 <mouse>
318   <dragThreshold>1</dragThreshold>
319   <!-- number of pixels the mouse must move before a drag begins -->
320   <doubleClickTime>200</doubleClickTime>
321   <!-- in milliseconds (1000 = 1 second) -->
322   <screenEdgeWarpTime>400</screenEdgeWarpTime>
323   <!-- Time before changing desktops when the pointer touches the edge of the
324        screen while moving a window, in milliseconds (1000 = 1 second).
325        Set this to 0 to disable warping -->
326   <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
327   <!-- Set this to TRUE to move the mouse pointer across the desktop when
328        switching due to hitting the edge of the screen -->
329
330   <context name="Frame">
331     <mousebind button="A-Left" action="Press">
332       <action name="Focus"/>
333       <action name="Raise"/>
334     </mousebind>
335     <mousebind button="A-Left" action="Click">
336       <action name="Unshade"/>
337     </mousebind>
338     <mousebind button="A-Left" action="Drag">
339       <action name="Move"/>
340     </mousebind>
341
342     <mousebind button="A-Right" action="Press">
343       <action name="Focus"/>
344       <action name="Raise"/>
345       <action name="Unshade"/>
346     </mousebind>
347     <mousebind button="A-Right" action="Drag">
348       <action name="Resize"/>
349     </mousebind> 
350
351     <mousebind button="A-Middle" action="Press">
352       <action name="Lower"/>
353       <action name="FocusToBottom"/>
354       <action name="Unfocus"/>
355     </mousebind>
356
357     <mousebind button="A-Up" action="Click">
358       <action name="GoToDesktop"><to>previous</to></action>
359     </mousebind>
360     <mousebind button="A-Down" action="Click">
361       <action name="GoToDesktop"><to>next</to></action>
362     </mousebind>
363     <mousebind button="C-A-Up" action="Click">
364       <action name="GoToDesktop"><to>previous</to></action>
365     </mousebind>
366     <mousebind button="C-A-Down" action="Click">
367       <action name="GoToDesktop"><to>next</to></action>
368     </mousebind>
369     <mousebind button="A-S-Up" action="Click">
370       <action name="SendToDesktop"><to>previous</to></action>
371     </mousebind>
372     <mousebind button="A-S-Down" action="Click">
373       <action name="SendToDesktop"><to>next</to></action>
374     </mousebind>
375   </context>
376
377   <context name="Titlebar">
378     <mousebind button="Left" action="Drag">
379       <action name="Move"/>
380     </mousebind>
381     <mousebind button="Left" action="DoubleClick">
382       <action name="ToggleMaximize"/>
383     </mousebind>
384
385     <mousebind button="Up" action="Click">
386       <action name="if">
387         <shaded>no</shaded>
388         <then>
389           <action name="Shade"/>
390           <action name="FocusToBottom"/>
391           <action name="Unfocus"/>
392           <action name="Lower"/>
393         </then>
394       </action>
395     </mousebind>
396     <mousebind button="Down" action="Click">
397       <action name="if">
398         <shaded>yes</shaded>
399         <then>
400           <action name="Unshade"/>
401           <action name="Raise"/>
402         </then>
403       </action>
404     </mousebind>
405   </context>
406
407   <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
408     <mousebind button="Left" action="Press">
409       <action name="Focus"/>
410       <action name="Raise"/>
411       <action name="Unshade"/>
412     </mousebind>
413
414     <mousebind button="Middle" action="Press">
415       <action name="Lower"/>
416       <action name="FocusToBottom"/>
417       <action name="Unfocus"/>
418     </mousebind>
419
420     <mousebind button="Right" action="Press">
421       <action name="Focus"/>
422       <action name="Raise"/>
423       <action name="ShowMenu"><menu>client-menu</menu></action>
424     </mousebind>
425   </context>
426
427   <context name="Top">
428     <mousebind button="Left" action="Drag">
429       <action name="Resize"><edge>top</edge></action>
430     </mousebind>
431   </context>
432
433   <context name="Left">
434     <mousebind button="Left" action="Drag">
435       <action name="Resize"><edge>left</edge></action>
436     </mousebind>
437   </context>
438
439   <context name="Right">
440     <mousebind button="Left" action="Drag">
441       <action name="Resize"><edge>right</edge></action>
442     </mousebind>
443   </context>
444
445   <context name="Bottom">
446     <mousebind button="Left" action="Drag">
447       <action name="Resize"><edge>bottom</edge></action>
448     </mousebind>
449
450     <mousebind button="Right" action="Press">
451       <action name="Focus"/>
452       <action name="Raise"/>
453       <action name="ShowMenu"><menu>client-menu</menu></action>
454     </mousebind>
455   </context>
456
457   <context name="TRCorner BRCorner TLCorner BLCorner">
458     <mousebind button="Left" action="Press">
459       <action name="Focus"/>
460       <action name="Raise"/>
461       <action name="Unshade"/>
462     </mousebind>
463     <mousebind button="Left" action="Drag">
464       <action name="Resize"/>
465     </mousebind>
466   </context>
467
468   <context name="Client">
469     <mousebind button="Left" action="Press">
470       <action name="Focus"/>
471       <action name="Raise"/>
472     </mousebind>
473     <mousebind button="Middle" action="Press">
474       <action name="Focus"/>
475       <action name="Raise"/>
476     </mousebind>
477     <mousebind button="Right" action="Press">
478       <action name="Focus"/>
479       <action name="Raise"/>
480     </mousebind>
481   </context>
482
483   <context name="Icon">
484     <mousebind button="Left" action="Press">
485       <action name="Focus"/>
486       <action name="Raise"/>
487       <action name="Unshade"/>
488       <action name="ShowMenu"><menu>client-menu</menu></action>
489     </mousebind>
490     <mousebind button="Right" action="Press">
491       <action name="Focus"/>
492       <action name="Raise"/>
493       <action name="ShowMenu"><menu>client-menu</menu></action>
494     </mousebind>
495   </context>
496
497   <context name="AllDesktops">
498     <mousebind button="Left" action="Press">
499       <action name="Focus"/>
500       <action name="Raise"/>
501       <action name="Unshade"/>
502     </mousebind>
503     <mousebind button="Left" action="Click">
504       <action name="ToggleOmnipresent"/>
505     </mousebind>
506   </context>
507
508   <context name="Shade">
509     <mousebind button="Left" action="Press">
510       <action name="Focus"/>
511       <action name="Raise"/>
512     </mousebind>
513     <mousebind button="Left" action="Click">
514       <action name="ToggleShade"/>
515     </mousebind>
516   </context>
517
518   <context name="Iconify">
519     <mousebind button="Left" action="Press">
520       <action name="Focus"/>
521       <action name="Raise"/>
522     </mousebind>
523     <mousebind button="Left" action="Click">
524       <action name="Iconify"/>
525     </mousebind>
526   </context>
527
528   <context name="Maximize">
529     <mousebind button="Left" action="Press">
530       <action name="Focus"/>
531       <action name="Raise"/>
532       <action name="Unshade"/>
533     </mousebind>
534     <mousebind button="Middle" action="Press">
535       <action name="Focus"/>
536       <action name="Raise"/>
537       <action name="Unshade"/>
538     </mousebind>
539     <mousebind button="Right" action="Press">
540       <action name="Focus"/>
541       <action name="Raise"/>
542       <action name="Unshade"/>
543     </mousebind>
544     <mousebind button="Left" action="Click">
545       <action name="ToggleMaximize"/>
546     </mousebind>
547     <mousebind button="Middle" action="Click">
548       <action name="ToggleMaximize"><direction>vertical</direction></action>
549     </mousebind>
550     <mousebind button="Right" action="Click">
551       <action name="ToggleMaximize"><direction>horizontal</direction></action>
552     </mousebind>
553   </context>
554
555   <context name="Close">
556     <mousebind button="Left" action="Press">
557       <action name="Focus"/>
558       <action name="Raise"/>
559       <action name="Unshade"/>
560     </mousebind>
561     <mousebind button="Left" action="Click">
562       <action name="Close"/>
563     </mousebind>
564   </context>
565
566   <context name="Desktop">
567     <mousebind button="Up" action="Click">
568       <action name="GoToDesktop"><to>previous</to></action>
569     </mousebind>
570     <mousebind button="Down" action="Click">
571       <action name="GoToDesktop"><to>next</to></action>
572     </mousebind>
573
574     <mousebind button="A-Up" action="Click">
575       <action name="GoToDesktop"><to>previous</to></action>
576     </mousebind>
577     <mousebind button="A-Down" action="Click">
578       <action name="GoToDesktop"><to>next</to></action>
579     </mousebind>
580     <mousebind button="C-A-Up" action="Click">
581       <action name="GoToDesktop"><to>previous</to></action>
582     </mousebind>
583     <mousebind button="C-A-Down" action="Click">
584       <action name="GoToDesktop"><to>next</to></action>
585     </mousebind>
586
587     <mousebind button="Left" action="Press">
588       <action name="Focus"/>
589       <action name="Raise"/>
590     </mousebind>
591     <mousebind button="Right" action="Press">
592       <action name="Focus"/>
593       <action name="Raise"/>
594     </mousebind>
595   </context>
596
597   <context name="Root">
598     <!-- Menus -->
599     <mousebind button="Middle" action="Press">
600       <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
601     </mousebind> 
602     <mousebind button="Right" action="Press">
603       <action name="ShowMenu"><menu>root-menu</menu></action>
604     </mousebind>
605   </context>
606
607   <context name="MoveResize">
608     <mousebind button="Up" action="Click">
609       <action name="GoToDesktop"><to>previous</to></action>
610     </mousebind>
611     <mousebind button="Down" action="Click">
612       <action name="GoToDesktop"><to>next</to></action>
613     </mousebind>
614     <mousebind button="A-Up" action="Click">
615       <action name="GoToDesktop"><to>previous</to></action>
616     </mousebind>
617     <mousebind button="A-Down" action="Click">
618       <action name="GoToDesktop"><to>next</to></action>
619     </mousebind>
620   </context>
621 </mouse>
622
623 <menu>
624   <!-- You can specify more than one menu file in here and they are all loaded,
625        just don't make menu ids clash or, well, it'll be kind of pointless -->
626
627   <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
628   <file>menu.xml</file>
629   <hideDelay>200</hideDelay>
630   <!-- if a press-release lasts longer than this setting (in milliseconds), the
631        menu is hidden again -->
632   <middle>no</middle>
633   <!-- center submenus vertically about the parent entry -->
634   <submenuShowDelay>100</submenuShowDelay>
635   <!-- time to delay before showing a submenu after hovering over the parent
636        entry.
637        if this is a negative value, then the delay is infinite and the
638        submenu will not be shown until it is clicked on -->
639   <submenuHideDelay>400</submenuHideDelay>
640   <!-- time to delay before hiding a submenu when selecting another
641        entry in parent menu -->
642        if this is a negative value, then the delay is infinite and the
643        submenu will not be hidden until a different submenu is opened -->
644   <applicationIcons>yes</applicationIcons>
645   <!-- controls if icons appear in the client-list-(combined-)menu -->
646   <manageDesktops>yes</manageDesktops>
647   <!-- show the manage desktops section in the client-list-(combined-)menu -->
648 </menu>
649
650 <applications>
651 <!--
652   # this is an example with comments through out. use these to make your
653   # own rules, but without the comments of course.
654   # you may use one or more of the name/class/role/title/type rules to specify
655   # windows to match
656
657   <application name="the window's _OB_APP_NAME property (see obxprop)"
658               class="the window's _OB_APP_CLASS property (see obxprop)"
659                role="the window's _OB_APP_ROLE property (see obxprop)"
660               title="the window's _OB_APP_TITLE property (see obxprop)"
661                type="the window's _OB_APP_TYPE property (see obxprob)..
662                       (if unspecified, then it is 'dialog' for child windows)">
663   # you may set only one of name/class/role/title/type, or you may use more
664   # than one together to restrict your matches.
665
666   # the name, class, role, and title use simple wildcard matching such as those
667   # used by a shell. you can use * to match any characters and ? to match
668   # any single character.
669
670   # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
671   #    or desktop
672
673   # when multiple rules match a window, they will all be applied, in the
674   # order that they appear in this list
675
676
677     # each rule element can be left out or set to 'default' to specify to not 
678     # change that attribute of the window
679
680     <decor>yes</decor>
681     # enable or disable window decorations
682
683     <shade>no</shade>
684     # make the window shaded when it appears, or not
685
686     <position force="no">
687       # the position is only used if both an x and y coordinate are provided
688       # (and not set to 'default')
689       # when force is "yes", then the window will be placed here even if it
690       # says you want it placed elsewhere.  this is to override buggy
691       # applications who refuse to behave
692       <x>center</x>
693       # a number like 50, or 'center' to center on screen. use a negative number
694       # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
695       # right edge (or bottom).
696       <y>200</y>
697       <monitor>1</monitor>
698       # specifies the monitor in a xinerama setup.
699       # 1 is the first head, or 'mouse' for wherever the mouse is
700     </position>
701
702     <focus>yes</focus>
703     # if the window should try be given focus when it appears. if this is set
704     # to yes it doesn't guarantee the window will be given focus. some
705     # restrictions may apply, but Openbox will try to
706
707     <desktop>1</desktop>
708     # 1 is the first desktop, 'all' for all desktops
709
710     <layer>normal</layer>
711     # 'above', 'normal', or 'below'
712
713     <iconic>no</iconic>
714     # make the window iconified when it appears, or not
715
716     <skip_pager>no</skip_pager>
717     # asks to not be shown in pagers
718
719     <skip_taskbar>no</skip_taskbar>
720     # asks to not be shown in taskbars. window cycling actions will also
721     # skip past such windows
722
723     <fullscreen>yes</fullscreen>
724     # make the window in fullscreen mode when it appears
725
726     <maximized>true</maximized>
727     # 'Horizontal', 'Vertical' or boolean (yes/no)
728   </application>
729
730   # end of the example
731 -->
732 </applications>
733
734 </openbox_config>