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