]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc.xml
Merge branch 'work' into wip/mikabox
[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
8 <resistance>
9   <strength>10</strength>
10   <screen_edge_strength>20</screen_edge_strength>
11 </resistance>
12
13 <!-- amount of space around windows to respect in terms of 
14      moving/resizing/growing/shrinking -->
15 <windowMargin>0</windowMargin>
16
17 <focus>
18   <focusNew>yes</focusNew>
19   <!-- always try to focus new windows when they appear. other rules do
20        apply -->
21   <followMouse>no</followMouse>
22   <!-- move focus to a window when you move the mouse into it -->
23   <focusLast>yes</focusLast>
24   <!-- focus the last used window when changing desktops, instead of the one
25        under the mouse pointer. when followMouse is enabled -->
26   <underMouse>no</underMouse>
27   <!-- move focus under the mouse, even when the mouse is not moving -->
28   <focusDelay>200</focusDelay>
29   <!-- when followMouse is enabled, the mouse must be inside the window for
30        this many milliseconds (1000 = 1 sec) before moving focus to it -->
31   <raiseOnFocus>no</raiseOnFocus>
32   <!-- when followMouse is enabled, and a window is given focus by moving the
33        mouse into it, also raise the window -->
34 </focus>
35
36 <placement>
37   <policy>Smart</policy>
38   <!-- 'Smart' or 'UnderMouse' -->
39   <center>yes</center>
40   <!-- whether to place windows in the center of the free area found or
41        the top left corner -->
42   <monitor>Any</monitor>
43   <!-- with Smart placement on a multi-monitor system, try to place new windows
44        on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
45        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="OnScreenDisplay">
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 </theme>
109
110 <desktops>
111   <!-- this stuff is only used at startup, pagers allow you to change them
112        during a session
113
114        these are default values to use when other ones are not already set
115        by other applications, or saved in your session
116
117        use obconf if you want to change these without having to log out
118        and back in -->
119   <number>4</number>
120   <firstdesk>1</firstdesk>
121   <names>
122     <!-- set names up here if you want to, like this:
123     <name>desktop 1</name>
124     <name>desktop 2</name>
125     -->
126   </names>
127   <popupTime>875</popupTime>
128   <!-- The number of milliseconds to show the popup for when switching
129        desktops.  Set this to 0 to disable the popup. -->
130 </desktops>
131
132 <resize>
133   <drawContents>yes</drawContents>
134   <popupShow>Nonpixel</popupShow>
135   <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
136   <popupPosition>Center</popupPosition>
137   <!-- 'Center', 'Top', or 'Fixed' -->
138   <popupFixedPosition>
139     <!-- these are used if popupPosition is set to 'Fixed' -->
140
141     <x>10</x>
142     <!-- positive number for distance from left edge, negative number for
143          distance from right edge, or 'Center' -->
144     <y>10</y>
145     <!-- positive number for distance from top edge, negative number for
146          distance from bottom edge, or 'Center' -->
147   </popupFixedPosition>
148 </resize>
149
150 <!-- You can reserve a portion of your screen where windows will not cover when
151      they are maximized, or when they are initially placed.
152      Many programs reserve space automatically, but you can use this in other
153      cases. -->
154 <margins>
155   <top>0</top>
156   <bottom>0</bottom>
157   <left>0</left>
158   <right>0</right>
159 </margins>
160
161 <dock>
162   <position>TopLeft</position>
163   <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
164   <floatingX>0</floatingX>
165   <floatingY>0</floatingY>
166   <noStrut>no</noStrut>
167   <stacking>Above</stacking>
168   <!-- 'Above', 'Normal', or 'Below' -->
169   <direction>Vertical</direction>
170   <!-- 'Vertical' or 'Horizontal' -->
171   <autoHide>no</autoHide>
172   <hideDelay>300</hideDelay>
173   <!-- in milliseconds (1000 = 1 second) -->
174   <showDelay>300</showDelay>
175   <!-- in milliseconds (1000 = 1 second) -->
176   <moveButton>Middle</moveButton>
177   <!-- 'Left', 'Middle', 'Right' -->
178 </dock>
179
180 <keyboard>
181   <chainQuitKey>C-g</chainQuitKey>
182
183   <!-- Keybindings for desktop switching -->
184   <keybind key="C-A-Left">
185     <action name="GoToDesktop"><to>left</to><wrap>no</wrap></action>
186   </keybind>
187   <keybind key="C-A-Right">
188     <action name="GoToDesktop"><to>right</to><wrap>no</wrap></action>
189   </keybind>
190   <keybind key="C-A-Up">
191     <action name="GoToDesktop"><to>up</to><wrap>no</wrap></action>
192   </keybind>
193   <keybind key="C-A-Down">
194     <action name="GoToDesktop"><to>down</to><wrap>no</wrap></action>
195   </keybind>
196   <keybind key="S-A-Left">
197     <action name="SendToDesktop"><to>left</to><wrap>no</wrap></action>
198   </keybind>
199   <keybind key="S-A-Right">
200     <action name="SendToDesktop"><to>right</to><wrap>no</wrap></action>
201   </keybind>
202   <keybind key="S-A-Up">
203     <action name="SendToDesktop"><to>up</to><wrap>no</wrap></action>
204   </keybind>
205   <keybind key="S-A-Down">
206     <action name="SendToDesktop"><to>down</to><wrap>no</wrap></action>
207   </keybind>
208   <keybind key="W-F1">
209     <action name="GoToDesktop"><to>1</to></action>
210   </keybind>
211   <keybind key="W-F2">
212     <action name="GoToDesktop"><to>2</to></action>
213   </keybind>
214   <keybind key="W-F3">
215     <action name="GoToDesktop"><to>3</to></action>
216   </keybind>
217   <keybind key="W-F4">
218     <action name="GoToDesktop"><to>4</to></action>
219   </keybind>
220   <keybind key="W-d">
221     <action name="ToggleShowDesktop"/>
222   </keybind>
223
224   <!-- Keybindings for windows -->
225   <keybind key="A-F4">
226     <action name="Close"/>
227   </keybind>
228   <keybind key="A-Escape">
229     <action name="Lower"/>
230     <action name="FocusToBottom"/>
231     <action name="Unfocus"/>
232   </keybind>
233   <keybind key="A-space">
234     <action name="ShowMenu"><menu>client-menu</menu></action>
235   </keybind>
236
237   <!-- Keybindings for window switching -->
238   <keybind key="A-Tab">
239     <action name="NextWindow">
240       <finalactions>
241         <action name="Focus"/>
242         <action name="Raise"/>
243         <action name="Unshade"/>
244       </finalactions>
245     </action>
246   </keybind>
247   <keybind key="A-S-Tab">
248     <action name="PreviousWindow">
249       <finalactions>
250         <action name="Focus"/>
251         <action name="Raise"/>
252         <action name="Unshade"/>
253       </finalactions>
254     </action>
255   </keybind>
256   <keybind key="C-A-Tab">
257     <action name="NextWindow">
258       <panels>yes</panels><desktop>yes</desktop>
259       <finalactions>
260         <action name="Focus"/>
261         <action name="Raise"/>
262         <action name="Unshade"/>
263       </finalactions>
264     </action>
265   </keybind>
266
267   <!-- Keybindings for running applications -->
268   <keybind key="W-e">
269     <action name="Execute">
270       <startupnotify>
271         <enabled>true</enabled>
272         <name>Konqueror</name>
273       </startupnotify>
274       <command>kfmclient openProfile filemanagement</command>
275     </action>
276   </keybind>
277 </keyboard>
278
279 <mouse>
280   <dragThreshold>8</dragThreshold>
281   <!-- number of pixels the mouse must move before a drag begins -->
282   <doubleClickTime>200</doubleClickTime>
283   <!-- in milliseconds (1000 = 1 second) -->
284   <screenEdgeWarpTime>400</screenEdgeWarpTime>
285   <!-- Time before changing desktops when the pointer touches the edge of the
286        screen while moving a window, in milliseconds (1000 = 1 second).
287        Set this to 0 to disable warping -->
288
289   <context name="Frame">
290     <mousebind button="A-Left" action="Press">
291       <action name="Focus"/>
292       <action name="Raise"/>
293     </mousebind>
294     <mousebind button="A-Left" action="Click">
295       <action name="Unshade"/>
296     </mousebind>
297     <mousebind button="A-Left" action="Drag">
298       <action name="Move"/>
299     </mousebind>
300
301     <mousebind button="A-Right" action="Press">
302       <action name="Focus"/>
303       <action name="Raise"/>
304       <action name="Unshade"/>
305     </mousebind>
306     <mousebind button="A-Right" action="Drag">
307       <action name="Resize"/>
308     </mousebind> 
309
310     <mousebind button="A-Middle" action="Press">
311       <action name="Lower"/>
312       <action name="FocusToBottom"/>
313       <action name="Unfocus"/>
314     </mousebind>
315
316     <mousebind button="A-Up" action="Click">
317       <action name="GoToDesktop"><to>previous</to></action>
318     </mousebind>
319     <mousebind button="A-Down" action="Click">
320       <action name="GoToDesktop"><to>next</to></action>
321     </mousebind>
322     <mousebind button="C-A-Up" action="Click">
323       <action name="GoToDesktop"><to>previous</to></action>
324     </mousebind>
325     <mousebind button="C-A-Down" action="Click">
326       <action name="GoToDesktop"><to>next</to></action>
327     </mousebind>
328     <mousebind button="A-S-Up" action="Click">
329       <action name="SendToDesktop"><to>previous</to></action>
330     </mousebind>
331     <mousebind button="A-S-Down" action="Click">
332       <action name="SendToDesktop"><to>next</to></action>
333     </mousebind>
334   </context>
335
336   <context name="Titlebar">
337     <mousebind button="Left" action="Press">
338       <action name="Focus"/>
339       <action name="Raise"/>
340     </mousebind>
341     <mousebind button="Left" action="Drag">
342       <action name="Move"/>
343     </mousebind>
344     <mousebind button="Left" action="DoubleClick">
345       <action name="ToggleMaximize"/>
346     </mousebind>
347
348     <mousebind button="Middle" action="Press">
349       <action name="Lower"/>
350       <action name="FocusToBottom"/>
351       <action name="Unfocus"/>
352     </mousebind>
353
354     <mousebind button="Up" action="Click">
355       <action name="if">
356         <shaded>no</shaded>
357         <then>
358           <action name="Shade"/>
359           <action name="FocusToBottom"/>
360           <action name="Unfocus"/>
361           <action name="Lower"/>
362         </then>
363       </action>
364     </mousebind>
365     <mousebind button="Down" action="Click">
366       <action name="if">
367         <shaded>yes</shaded>
368         <then>
369           <action name="Unshade"/>
370           <action name="Raise"/>
371         </then>
372       </action>
373     </mousebind>
374
375     <mousebind button="Right" action="Press">
376       <action name="Focus"/>
377       <action name="Raise"/>
378       <action name="ShowMenu"><menu>client-menu</menu></action>
379     </mousebind>
380   </context>
381
382   <context name="Top">
383     <mousebind button="Left" action="Press">
384       <action name="Focus"/>
385       <action name="Raise"/>
386       <action name="Unshade"/>
387     </mousebind>
388     <mousebind button="Left" action="Drag">
389       <action name="Resize"><edge>top</edge></action>
390     </mousebind>
391   </context>
392
393   <context name="Left">
394     <mousebind button="Left" action="Press">
395       <action name="Focus"/>
396       <action name="Raise"/>
397     </mousebind>
398     <mousebind button="Left" action="Drag">
399       <action name="Resize"><edge>left</edge></action>
400     </mousebind>
401   </context>
402
403   <context name="Right">
404     <mousebind button="Left" action="Press">
405       <action name="Focus"/>
406       <action name="Raise"/>
407     </mousebind>
408     <mousebind button="Left" action="Drag">
409       <action name="Resize"><edge>right</edge></action>
410     </mousebind>
411   </context>
412
413   <context name="Bottom">
414     <mousebind button="Left" action="Press">
415       <action name="Focus"/>
416       <action name="Raise"/>
417     </mousebind>
418     <mousebind button="Left" action="Drag">
419       <action name="Resize"><edge>bottom</edge></action>
420     </mousebind>
421
422     <mousebind button="Middle" action="Press">
423       <action name="Lower"/>
424       <action name="FocusToBottom"/>
425       <action name="Unfocus"/>
426     </mousebind>
427
428     <mousebind button="Right" action="Press">
429       <action name="Focus"/>
430       <action name="Raise"/>
431       <action name="ShowMenu"><menu>client-menu</menu></action>
432     </mousebind>
433   </context>
434
435   <context name="BLCorner">
436     <mousebind button="Left" action="Press">
437       <action name="Focus"/>
438       <action name="Raise"/>
439     </mousebind>
440     <mousebind button="Left" action="Drag">
441       <action name="Resize"><edge>bottomleft</edge></action>
442     </mousebind>
443   </context>
444
445   <context name="BRCorner">
446     <mousebind button="Left" action="Press">
447       <action name="Focus"/>
448       <action name="Raise"/>
449     </mousebind>
450     <mousebind button="Left" action="Drag">
451       <action name="Resize"><edge>bottomright</edge></action>
452     </mousebind>
453   </context>
454
455   <context name="TLCorner">
456     <mousebind button="Left" action="Press">
457       <action name="Focus"/>
458       <action name="Raise"/>
459       <action name="Unshade"/>
460     </mousebind>
461     <mousebind button="Left" action="Drag">
462       <action name="Resize"><edge>topleft</edge></action>
463     </mousebind>
464   </context>
465
466   <context name="TRCorner">
467     <mousebind button="Left" action="Press">
468       <action name="Focus"/>
469       <action name="Raise"/>
470       <action name="Unshade"/>
471     </mousebind>
472     <mousebind button="Left" action="Drag">
473       <action name="Resize"><edge>topright</edge></action>
474     </mousebind>
475   </context>
476
477   <context name="Client">
478     <mousebind button="Left" action="Press">
479       <action name="Focus"/>
480       <action name="Raise"/>
481     </mousebind>
482     <mousebind button="Middle" action="Press">
483       <action name="Focus"/>
484       <action name="Raise"/>
485     </mousebind>
486     <mousebind button="Right" action="Press">
487       <action name="Focus"/>
488       <action name="Raise"/>
489     </mousebind>
490   </context>
491
492   <context name="Icon">
493     <mousebind button="Left" action="Press">
494       <action name="Focus"/>
495       <action name="Raise"/>
496       <action name="Unshade"/>
497       <action name="ShowMenu"><menu>client-menu</menu></action>
498     </mousebind>
499     <mousebind button="Right" action="Press">
500       <action name="Focus"/>
501       <action name="Raise"/>
502       <action name="ShowMenu"><menu>client-menu</menu></action>
503     </mousebind>
504   </context>
505
506   <context name="AllDesktops">
507     <mousebind button="Left" action="Press">
508       <action name="Focus"/>
509       <action name="Raise"/>
510       <action name="Unshade"/>
511     </mousebind>
512     <mousebind button="Left" action="Click">
513       <action name="ToggleOmnipresent"/>
514     </mousebind>
515   </context>
516
517   <context name="Shade">
518     <mousebind button="Left" action="Press">
519       <action name="Focus"/>
520       <action name="Raise"/>
521     </mousebind>
522     <mousebind button="Left" action="Click">
523       <action name="ToggleShade"/>
524     </mousebind>
525   </context>
526
527   <context name="Iconify">
528     <mousebind button="Left" action="Press">
529       <action name="Focus"/>
530       <action name="Raise"/>
531     </mousebind>
532     <mousebind button="Left" action="Click">
533       <action name="Iconify"/>
534     </mousebind>
535   </context>
536
537   <context name="Maximize">
538     <mousebind button="Left" action="Press">
539       <action name="Focus"/>
540       <action name="Raise"/>
541       <action name="Unshade"/>
542     </mousebind>
543     <mousebind button="Middle" action="Press">
544       <action name="Focus"/>
545       <action name="Raise"/>
546       <action name="Unshade"/>
547     </mousebind>
548     <mousebind button="Right" action="Press">
549       <action name="Focus"/>
550       <action name="Raise"/>
551       <action name="Unshade"/>
552     </mousebind>
553     <mousebind button="Left" action="Click">
554       <action name="ToggleMaximize"/>
555     </mousebind>
556     <mousebind button="Middle" action="Click">
557       <action name="ToggleMaximize"><direction>vertical</direction></action>
558     </mousebind>
559     <mousebind button="Right" action="Click">
560       <action name="ToggleMaximize"><direction>horizontal</direction></action>
561     </mousebind>
562   </context>
563
564   <context name="Close">
565     <mousebind button="Left" action="Press">
566       <action name="Focus"/>
567       <action name="Raise"/>
568       <action name="Unshade"/>
569     </mousebind>
570     <mousebind button="Left" action="Click">
571       <action name="Close"/>
572     </mousebind>
573   </context>
574
575   <context name="Desktop">
576     <mousebind button="Up" action="Click">
577       <action name="GoToDesktop"><to>previous</to></action>
578     </mousebind>
579     <mousebind button="Down" action="Click">
580       <action name="GoToDesktop"><to>next</to></action>
581     </mousebind>
582
583     <mousebind button="A-Up" action="Click">
584       <action name="GoToDesktop"><to>previous</to></action>
585     </mousebind>
586     <mousebind button="A-Down" action="Click">
587       <action name="GoToDesktop"><to>next</to></action>
588     </mousebind>
589     <mousebind button="C-A-Up" action="Click">
590       <action name="GoToDesktop"><to>previous</to></action>
591     </mousebind>
592     <mousebind button="C-A-Down" action="Click">
593       <action name="GoToDesktop"><to>next</to></action>
594     </mousebind>
595
596     <mousebind button="Left" action="Press">
597       <action name="Focus"/>
598       <action name="Raise"/>
599     </mousebind>
600     <mousebind button="Right" action="Press">
601       <action name="Focus"/>
602       <action name="Raise"/>
603     </mousebind>
604   </context>
605
606   <context name="Root">
607     <!-- Menus -->
608     <mousebind button="Middle" action="Press">
609       <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
610     </mousebind> 
611     <mousebind button="Right" action="Press">
612       <action name="ShowMenu"><menu>root-menu</menu></action>
613     </mousebind>
614   </context>
615
616   <context name="MoveResize">
617     <mousebind button="Up" action="Click">
618       <action name="GoToDesktop"><to>previous</to></action>
619     </mousebind>
620     <mousebind button="Down" action="Click">
621       <action name="GoToDesktop"><to>next</to></action>
622     </mousebind>
623     <mousebind button="A-Up" action="Click">
624       <action name="GoToDesktop"><to>previous</to></action>
625     </mousebind>
626     <mousebind button="A-Down" action="Click">
627       <action name="GoToDesktop"><to>next</to></action>
628     </mousebind>
629   </context>
630 </mouse>
631
632 <menu>
633   <!-- You can specify more than one menu file in here and they are all loaded,
634        just don't make menu ids clash or, well, it'll be kind of pointless -->
635
636   <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
637   <file>menu.xml</file>
638   <hideDelay>200</hideDelay>
639   <!-- if a press-release lasts longer than this setting (in milliseconds), the
640        menu is hidden again -->
641   <middle>no</middle>
642   <!-- center submenus vertically about the parent entry -->
643   <submenuShowDelay>100</submenuShowDelay>
644   <!-- this one is easy, time to delay before showing a submenu after hovering
645        over the parent entry -->
646   <applicationIcons>yes</applicationIcons>
647   <!-- controls if icons appear in the client-list-(combined-)menu -->
648   <manageDesktops>yes</manageDesktops>
649   <!-- show the manage desktops section in the client-list-(combined-)menu -->
650 </menu>
651
652 <applications>
653 <!--
654   # this is an example with comments through out. use these to make your
655   # own rules, but without the comments of course.
656
657   <application name="first element of window's WM_CLASS property (see xprop)"
658               class="second element of window's WM_CLASS property (see xprop)"
659                role="the window's WM_WINDOW_ROLE property (see xprop)"
660                type="the window's _NET_WM_WINDOW_TYPE (if unspecified, then
661                        it is dialog for child windows)">
662   # the name or the class can be set, or both. this is used to match
663   # windows when they appear. role can optionally be set as well, to
664   # further restrict your matches.
665
666   # the name, class, and role 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 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       # 0 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>