slitaz-configs view rootfs/etc/xdg/openbox/rc.xml @ rev 305

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