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