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

/etc/skel/.xinitrc: lxsession-lxpolkit-0.5.5 support (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 10:33:57 2021 +0000 (2021-10-23)
parents 705e1ce7f30f
children
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 <cornerRadius>4</cornerRadius>
54 <font place="ActiveWindow">
55 <name>Sans</name>
56 <size>8</size>
57 <!-- font size in points -->
58 <weight>Bold</weight>
59 <!-- 'bold' or 'normal' -->
60 <slant>Normal</slant>
61 <!-- 'italic' or 'normal' -->
62 </font>
63 <font place="InactiveWindow">
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="MenuHeader">
73 <name>Sans</name>
74 <size>10</size>
75 <!-- font size in points -->
76 <weight>Normal</weight>
77 <!-- 'bold' or 'normal' -->
78 <slant>Normal</slant>
79 <!-- 'italic' or 'normal' -->
80 </font>
81 <font place="MenuItem">
82 <name>Sans</name>
83 <size>10</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="OnScreenDisplay">
91 <name>sans</name>
92 <size>14</size>
93 <!-- font size in points -->
94 <weight>bold</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>16</size>
102 <weight>Normal</weight>
103 <slant>Normal</slant>
104 </font>
105 <font place="InactiveOnScreenDisplay">
106 <name>Sans</name>
107 <size>8</size>
108 <weight/>
109 <slant/>
110 </font>
111 </theme>
112 <desktops>
113 <!-- this stuff is only used at startup, pagers allow you to change them
114 during a session
116 these are default values to use when other ones are not already set
117 by other applications, or saved in your session
119 use obconf if you want to change these without having to log out
120 and back in -->
121 <number>2</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 <resize>
134 <drawContents>yes</drawContents>
135 <popupShow>Nonpixel</popupShow>
136 <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
137 <popupPosition>Center</popupPosition>
138 <!-- 'Center', 'Top', or 'Fixed' -->
139 <popupFixedPosition>
140 <!-- these are used if popupPosition is set to 'Fixed' -->
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 <!-- You can reserve a portion of your screen where windows will not cover when
150 they are maximized, or when they are initially placed.
151 Many programs reserve space automatically, but you can use this in other
152 cases. -->
153 <margins>
154 <top>0</top>
155 <bottom>0</bottom>
156 <left>0</left>
157 <right>0</right>
158 </margins>
159 <dock>
160 <position>TopLeft</position>
161 <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
162 <floatingX>0</floatingX>
163 <floatingY>0</floatingY>
164 <noStrut>no</noStrut>
165 <stacking>Above</stacking>
166 <!-- 'Above', 'Normal', or 'Below' -->
167 <direction>Vertical</direction>
168 <!-- 'Vertical' or 'Horizontal' -->
169 <autoHide>no</autoHide>
170 <hideDelay>300</hideDelay>
171 <!-- in milliseconds (1000 = 1 second) -->
172 <showDelay>300</showDelay>
173 <!-- in milliseconds (1000 = 1 second) -->
174 <moveButton>Middle</moveButton>
175 <!-- 'Left', 'Middle', 'Right' -->
176 </dock>
177 <keyboard>
178 <chainQuitKey>C-g</chainQuitKey>
179 <!-- Keybindings for desktop switching -->
180 <keybind key="C-A-Left">
181 <action name="DesktopLeft">
182 <dialog>no</dialog>
183 <wrap>no</wrap>
184 </action>
185 </keybind>
186 <keybind key="C-A-Right">
187 <action name="DesktopRight">
188 <dialog>no</dialog>
189 <wrap>no</wrap>
190 </action>
191 </keybind>
192 <keybind key="C-A-Up">
193 <action name="DesktopUp">
194 <dialog>no</dialog>
195 <wrap>no</wrap>
196 </action>
197 </keybind>
198 <keybind key="C-A-Down">
199 <action name="DesktopDown">
200 <dialog>no</dialog>
201 <wrap>no</wrap>
202 </action>
203 </keybind>
204 <keybind key="S-A-Left">
205 <action name="SendToDesktopLeft">
206 <dialog>no</dialog>
207 <wrap>no</wrap>
208 </action>
209 </keybind>
210 <keybind key="S-A-Right">
211 <action name="SendToDesktopRight">
212 <dialog>no</dialog>
213 <wrap>no</wrap>
214 </action>
215 </keybind>
216 <keybind key="S-A-Up">
217 <action name="SendToDesktopUp">
218 <dialog>no</dialog>
219 <wrap>no</wrap>
220 </action>
221 </keybind>
222 <keybind key="S-A-Down">
223 <action name="SendToDesktopDown">
224 <dialog>no</dialog>
225 <wrap>no</wrap>
226 </action>
227 </keybind>
228 <keybind key="W-F1">
229 <action name="Desktop">
230 <desktop>1</desktop>
231 </action>
232 </keybind>
233 <keybind key="W-F2">
234 <action name="Desktop">
235 <desktop>2</desktop>
236 </action>
237 </keybind>
238 <keybind key="W-F3">
239 <action name="Desktop">
240 <desktop>3</desktop>
241 </action>
242 </keybind>
243 <keybind key="W-F4">
244 <action name="Desktop">
245 <desktop>4</desktop>
246 </action>
247 </keybind>
248 <keybind key="W-d">
249 <action name="ToggleShowDesktop"/>
250 </keybind>
251 <!-- Keybindings for windows -->
252 <keybind key="A-F4">
253 <action name="Close"/>
254 </keybind>
255 <keybind key="A-Escape">
256 <action name="Lower"/>
257 <action name="FocusToBottom"/>
258 <action name="Unfocus"/>
259 </keybind>
260 <keybind key="A-space">
261 <action name="ShowMenu">
262 <menu>client-menu</menu>
263 </action>
264 </keybind>
265 <!-- Keybindings for window switching -->
266 <keybind key="A-Tab">
267 <action name="NextWindow"/>
268 </keybind>
269 <keybind key="A-S-Tab">
270 <action name="PreviousWindow"/>
271 </keybind>
272 <keybind key="C-A-Tab">
273 <action name="NextWindow">
274 <panels>yes</panels>
275 <desktop>yes</desktop>
276 </action>
277 </keybind>
278 <!-- Keybindings for running applications -->
279 <keybind key="W-e">
280 <action name="Execute">
281 <startupnotify>
282 <enabled>true</enabled>
283 <name>App Launcher</name>
284 </startupnotify>
285 <command>lxpanelctl run</command>
286 </action>
287 </keybind>
288 <keybind key="C-A-Delete">
289 <action name="Execute">
290 <startupnotify>
291 <enabled>true</enabled>
292 <name>AppMenu</name>
293 </startupnotify>
294 <command>lxpanelctl menu</command>
295 </action>
296 </keybind>
297 <keybind key="XF86AudioMute">
298 <action name="Execute">
299 <command>tazvolume toggle</command>
300 </action>
301 </keybind>
302 <keybind key="XF86AudioRaiseVolume">
303 <action name="Execute">
304 <command>tazvolume +</command>
305 </action>
306 </keybind>
307 <keybind key="XF86AudioLowerVolume">
308 <action name="Execute">
309 <command>tazvolume -</command>
310 </action>
311 </keybind>
312 <keybind key="A-Print">
313 <action name="Execute">
314 <command>mtpaint -s</command>
315 </action>
316 </keybind>
317 <keybind key="XF86PowerOff">
318 <action name="Execute">
319 <command>poweroff</command>
320 </action>
321 </keybind>
322 </keyboard>
323 <mouse>
324 <dragThreshold>8</dragThreshold>
325 <!-- number of pixels the mouse must move before a drag begins -->
326 <doubleClickTime>200</doubleClickTime>
327 <!-- in milliseconds (1000 = 1 second) -->
328 <screenEdgeWarpTime>400</screenEdgeWarpTime>
329 <!-- Time before changing desktops when the pointer touches the edge of the
330 screen while moving a window, in milliseconds (1000 = 1 second).
331 Set this to 0 to disable warping -->
332 <context name="Frame">
333 <mousebind button="A-Left" action="Press">
334 <action name="Focus"/>
335 <action name="Raise"/>
336 </mousebind>
337 <mousebind button="A-Left" action="Click">
338 <action name="Unshade"/>
339 </mousebind>
340 <mousebind button="A-Left" action="Drag">
341 <action name="Move"/>
342 </mousebind>
343 <mousebind button="A-Right" action="Press">
344 <action name="Focus"/>
345 <action name="Raise"/>
346 <action name="Unshade"/>
347 </mousebind>
348 <mousebind button="A-Right" action="Drag">
349 <action name="Resize"/>
350 </mousebind>
351 <mousebind button="A-Middle" action="Press">
352 <action name="Lower"/>
353 <action name="FocusToBottom"/>
354 <action name="Unfocus"/>
355 </mousebind>
356 <mousebind button="A-Up" action="Click">
357 <action name="DesktopPrevious"/>
358 </mousebind>
359 <mousebind button="A-Down" action="Click">
360 <action name="DesktopNext"/>
361 </mousebind>
362 <mousebind button="C-A-Up" action="Click">
363 <action name="DesktopPrevious"/>
364 </mousebind>
365 <mousebind button="C-A-Down" action="Click">
366 <action name="DesktopNext"/>
367 </mousebind>
368 <mousebind button="A-S-Up" action="Click">
369 <action name="SendToDesktopPrevious"/>
370 </mousebind>
371 <mousebind button="A-S-Down" action="Click">
372 <action name="SendToDesktopNext"/>
373 </mousebind>
374 </context>
375 <context name="Titlebar">
376 <mousebind button="Left" action="Press">
377 <action name="Focus"/>
378 <action name="Raise"/>
379 </mousebind>
380 <mousebind button="Left" action="Drag">
381 <action name="Move"/>
382 </mousebind>
383 <mousebind button="Left" action="DoubleClick">
384 <action name="ToggleMaximizeFull"/>
385 </mousebind>
386 <mousebind button="Middle" action="Press">
387 <action name="Lower"/>
388 <action name="FocusToBottom"/>
389 <action name="Unfocus"/>
390 </mousebind>
391 <mousebind button="Up" action="Click">
392 <action name="Shade"/>
393 <action name="FocusToBottom"/>
394 <action name="Unfocus"/>
395 <action name="Lower"/>
396 </mousebind>
397 <mousebind button="Down" action="Click">
398 <action name="Unshade"/>
399 <action name="Raise"/>
400 </mousebind>
401 <mousebind button="Right" action="Press">
402 <action name="Focus"/>
403 <action name="Raise"/>
404 <action name="ShowMenu">
405 <menu>client-menu</menu>
406 </action>
407 </mousebind>
408 </context>
409 <context name="Top">
410 <mousebind button="Left" action="Press">
411 <action name="Focus"/>
412 <action name="Raise"/>
413 <action name="Unshade"/>
414 </mousebind>
415 <mousebind button="Left" action="Drag">
416 <action name="Resize">
417 <edge>top</edge>
418 </action>
419 </mousebind>
420 </context>
421 <context name="Left">
422 <mousebind button="Left" action="Press">
423 <action name="Focus"/>
424 <action name="Raise"/>
425 </mousebind>
426 <mousebind button="Left" action="Drag">
427 <action name="Resize">
428 <edge>left</edge>
429 </action>
430 </mousebind>
431 </context>
432 <context name="Right">
433 <mousebind button="Left" action="Press">
434 <action name="Focus"/>
435 <action name="Raise"/>
436 </mousebind>
437 <mousebind button="Left" action="Drag">
438 <action name="Resize">
439 <edge>right</edge>
440 </action>
441 </mousebind>
442 </context>
443 <context name="Bottom">
444 <mousebind button="Left" action="Press">
445 <action name="Focus"/>
446 <action name="Raise"/>
447 </mousebind>
448 <mousebind button="Left" action="Drag">
449 <action name="Resize">
450 <edge>bottom</edge>
451 </action>
452 </mousebind>
453 <mousebind button="Middle" action="Press">
454 <action name="Lower"/>
455 <action name="FocusToBottom"/>
456 <action name="Unfocus"/>
457 </mousebind>
458 <mousebind button="Right" action="Press">
459 <action name="Focus"/>
460 <action name="Raise"/>
461 <action name="ShowMenu">
462 <menu>client-menu</menu>
463 </action>
464 </mousebind>
465 </context>
466 <context name="BLCorner">
467 <mousebind button="Left" action="Press">
468 <action name="Focus"/>
469 <action name="Raise"/>
470 </mousebind>
471 <mousebind button="Left" action="Drag">
472 <action name="Resize"/>
473 </mousebind>
474 </context>
475 <context name="BRCorner">
476 <mousebind button="Left" action="Press">
477 <action name="Focus"/>
478 <action name="Raise"/>
479 </mousebind>
480 <mousebind button="Left" action="Drag">
481 <action name="Resize"/>
482 </mousebind>
483 </context>
484 <context name="TLCorner">
485 <mousebind button="Left" action="Press">
486 <action name="Focus"/>
487 <action name="Raise"/>
488 <action name="Unshade"/>
489 </mousebind>
490 <mousebind button="Left" action="Drag">
491 <action name="Resize"/>
492 </mousebind>
493 </context>
494 <context name="TRCorner">
495 <mousebind button="Left" action="Press">
496 <action name="Focus"/>
497 <action name="Raise"/>
498 <action name="Unshade"/>
499 </mousebind>
500 <mousebind button="Left" action="Drag">
501 <action name="Resize"/>
502 </mousebind>
503 </context>
504 <context name="Client">
505 <mousebind button="Left" action="Press">
506 <action name="Focus"/>
507 <action name="Raise"/>
508 </mousebind>
509 <mousebind button="Middle" action="Press">
510 <action name="Focus"/>
511 <action name="Raise"/>
512 </mousebind>
513 <mousebind button="Right" action="Press">
514 <action name="Focus"/>
515 <action name="Raise"/>
516 </mousebind>
517 </context>
518 <context name="Icon">
519 <mousebind button="Left" action="Press">
520 <action name="Focus"/>
521 <action name="Raise"/>
522 <action name="Unshade"/>
523 <action name="ShowMenu">
524 <menu>client-menu</menu>
525 </action>
526 </mousebind>
527 <mousebind button="Right" action="Press">
528 <action name="Focus"/>
529 <action name="Raise"/>
530 <action name="ShowMenu">
531 <menu>client-menu</menu>
532 </action>
533 </mousebind>
534 </context>
535 <context name="AllDesktops">
536 <mousebind button="Left" action="Press">
537 <action name="Focus"/>
538 <action name="Raise"/>
539 <action name="Unshade"/>
540 </mousebind>
541 <mousebind button="Left" action="Click">
542 <action name="ToggleOmnipresent"/>
543 </mousebind>
544 </context>
545 <context name="Shade">
546 <mousebind button="Left" action="Press">
547 <action name="Focus"/>
548 <action name="Raise"/>
549 </mousebind>
550 <mousebind button="Left" action="Click">
551 <action name="ToggleShade"/>
552 </mousebind>
553 </context>
554 <context name="Iconify">
555 <mousebind button="Left" action="Press">
556 <action name="Focus"/>
557 <action name="Raise"/>
558 </mousebind>
559 <mousebind button="Left" action="Click">
560 <action name="Iconify"/>
561 </mousebind>
562 </context>
563 <context name="Maximize">
564 <mousebind button="Left" action="Press">
565 <action name="Focus"/>
566 <action name="Raise"/>
567 <action name="Unshade"/>
568 </mousebind>
569 <mousebind button="Middle" action="Press">
570 <action name="Focus"/>
571 <action name="Raise"/>
572 <action name="Unshade"/>
573 </mousebind>
574 <mousebind button="Right" action="Press">
575 <action name="Focus"/>
576 <action name="Raise"/>
577 <action name="Unshade"/>
578 </mousebind>
579 <mousebind button="Left" action="Click">
580 <action name="ToggleMaximizeFull"/>
581 </mousebind>
582 <mousebind button="Middle" action="Click">
583 <action name="ToggleMaximizeVert"/>
584 </mousebind>
585 <mousebind button="Right" action="Click">
586 <action name="ToggleMaximizeHorz"/>
587 </mousebind>
588 </context>
589 <context name="Close">
590 <mousebind button="Left" action="Press">
591 <action name="Focus"/>
592 <action name="Raise"/>
593 <action name="Unshade"/>
594 </mousebind>
595 <mousebind button="Left" action="Click">
596 <action name="Close"/>
597 </mousebind>
598 </context>
599 <context name="Desktop">
600 <mousebind button="Up" action="Click">
601 <action name="DesktopPrevious"/>
602 </mousebind>
603 <mousebind button="Down" action="Click">
604 <action name="DesktopNext"/>
605 </mousebind>
606 <mousebind button="A-Up" action="Click">
607 <action name="DesktopPrevious"/>
608 </mousebind>
609 <mousebind button="A-Down" action="Click">
610 <action name="DesktopNext"/>
611 </mousebind>
612 <mousebind button="C-A-Up" action="Click">
613 <action name="DesktopPrevious"/>
614 </mousebind>
615 <mousebind button="C-A-Down" action="Click">
616 <action name="DesktopNext"/>
617 </mousebind>
618 <mousebind button="Left" action="Press">
619 <action name="Focus"/>
620 <action name="Raise"/>
621 </mousebind>
622 <mousebind button="Right" action="Press">
623 <action name="Focus"/>
624 <action name="Raise"/>
625 </mousebind>
626 </context>
627 <context name="Root">
628 <!-- Menus -->
629 <mousebind button="Middle" action="Press">
630 <action name="ShowMenu">
631 <menu>client-list-combined-menu</menu>
632 </action>
633 </mousebind>
634 <mousebind button="Right" action="Press">
635 <action name="ShowMenu">
636 <menu>root-menu</menu>
637 </action>
638 </mousebind>
639 </context>
640 <context name="MoveResize">
641 <mousebind button="Up" action="Click">
642 <action name="DesktopPrevious"/>
643 </mousebind>
644 <mousebind button="Down" action="Click">
645 <action name="DesktopNext"/>
646 </mousebind>
647 <mousebind button="A-Up" action="Click">
648 <action name="DesktopPrevious"/>
649 </mousebind>
650 <mousebind button="A-Down" action="Click">
651 <action name="DesktopNext"/>
652 </mousebind>
653 </context>
654 </mouse>
655 <menu>
656 <!-- You can specify more than one menu file in here and they are all loaded,
657 just don't make menu ids clash or, well, it'll be kind of pointless -->
658 <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
659 <file>menu.xml</file>
660 <hideDelay>200</hideDelay>
661 <!-- if a press-release lasts longer than this setting (in milliseconds), the
662 menu is hidden again -->
663 <middle>no</middle>
664 <!-- center submenus vertically about the parent entry -->
665 <submenuShowDelay>100</submenuShowDelay>
666 <!-- this one is easy, time to delay before showing a submenu after hovering
667 over the parent entry -->
668 <applicationIcons>yes</applicationIcons>
669 <!-- controls if icons appear in the client-list-(combined-)menu -->
670 <manageDesktops>yes</manageDesktops>
671 <!-- show the manage desktops section in the client-list-(combined-)menu -->
672 </menu>
673 <applications>
674 <!--
675 # this is an example with comments through out. use these to make your
676 # own rules, but without the comments of course.
678 <application name="first element of window's WM_CLASS property (see xprop)"
679 class="second element of window's WM_CLASS property (see xprop)"
680 role="the window's WM_WINDOW_ROLE property (see xprop)">
681 # the name or the class can be set, or both. this is used to match
682 # windows when they appear. role can optionally be set as well, to
683 # further restrict your matches.
685 # the name, class, and role use simple wildcard matching such as those
686 # used by a shell. you can use * to match any characters and ? to match
687 # any single character.
689 # when multiple rules match a window, they will all be applied, in the
690 # order that they appear in this list
693 # each element can be left out or set to 'default' to specify to not
694 # change that attribute of the window
696 <decor>yes</decor>
697 # enable or disable window decorations
699 <shade>no</shade>
700 # make the window shaded when it appears, or not
702 <position>
703 # the position is only used if both an x and y coordinate are provided
704 # (and not set to 'default')
705 <x>center</x>
706 # a number like 50, or 'center' to center on screen. use a negative number
707 # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
708 # right edge (or bottom).
709 <y>200</y>
710 <monitor>1</monitor>
711 # specifies the monitor in a xinerama setup.
712 # 1 is the first head, or 'mouse' for wherever the mouse is
713 </position>
715 <focus>yes</focus>
716 # if the window should try be given focus when it appears. if this is set
717 # to yes it doesn't guarantee the window will be given focus. some
718 # restrictions may apply, but Openbox will try to
720 <desktop>1</desktop>
721 # 1 is the first desktop, 'all' for all desktops
723 <layer>normal</layer>
724 # 'above', 'normal', or 'below'
726 <iconic>no</iconic>
727 # make the window iconified when it appears, or not
729 <skip_pager>no</skip_pager>
730 # asks to not be shown in pagers
732 <skip_taskbar>no</skip_taskbar>
733 # asks to not be shown in taskbars. window cycling actions will also
734 # skip past such windows
736 <fullscreen>yes</fullscreen>
737 # make the window in fullscreen mode when it appears
739 <maximized>true</maximized>
740 # 'Horizontal', 'Vertical' or boolean (yes/no)
741 </application>
743 # end of the example
744 -->
745 </applications>
746 </openbox_config>