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