OSDN Git Service

small fix
[pacbang-linux/iso-arch.git] / airootfs / inst / rc.xml
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" xmlns:xi="http://www.w3.org/2001/XInclude">
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     <monitor>Primary</monitor>
31     <!-- with Smart placement on a multi-monitor system, try to place new windows
32        on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
33        the active window is, 'Primary' - only on the primary monitor -->
34     <primaryMonitor>1</primaryMonitor>
35     <!-- The monitor where Openbox should place popup dialogs such as the
36        focus cycling popup, or the desktop switch popup.  It can be an index
37        from 1, specifying a particular monitor.  Or it can be one of the
38        following: 'Mouse' - where the mouse is, or
39                   'Active' - where the active window is -->
40   </placement>
41   <theme>
42     <name>PacBang</name>
43     <titleLayout>NLIMC</titleLayout>
44     <!--
45       available characters are NDSLIMC, each can occur at most once.
46       N: window icon
47       L: window label (AKA title).
48       I: iconify
49       M: maximize
50       C: close
51       S: shade (roll up/down)
52       D: omnipresent (on all desktops).
53   -->
54     <keepBorder>yes</keepBorder>
55     <animateIconify>no</animateIconify>
56     <font place="ActiveWindow">
57       <name>DejaVu Sans</name>
58       <size>12</size>
59       <!-- font size in points -->
60       <weight>Bold</weight>
61       <!-- 'bold' or 'normal' -->
62       <slant>Normal</slant>
63       <!-- 'italic' or 'normal' -->
64     </font>
65     <font place="InactiveWindow">
66       <name>DejaVu Sans Ultra-Light</name>
67       <size>10</size>
68       <!-- font size in points -->
69       <weight>Normal</weight>
70       <!-- 'bold' or 'normal' -->
71       <slant>Normal</slant>
72       <!-- 'italic' or 'normal' -->
73     </font>
74     <font place="MenuHeader">
75       <name>DejaVu Sans</name>
76       <size>12</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="MenuItem">
84       <name>DejaVu Sans Mono</name>
85       <size>10</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="ActiveOnScreenDisplay">
93       <name>sans</name>
94       <size>9</size>
95       <!-- font size in points -->
96       <weight>bold</weight>
97       <!-- 'bold' or 'normal' -->
98       <slant>normal</slant>
99       <!-- 'italic' or 'normal' -->
100     </font>
101     <font place="InactiveOnScreenDisplay">
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   <desktops>
112     <!-- this stuff is only used at startup, pagers allow you to change them
113        during a session
114
115        these are default values to use when other ones are not already set
116        by other applications, or saved in your session
117
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="GoToDesktop">
181         <to>left</to>
182         <wrap>no</wrap>
183       </action>
184     </keybind>
185     <keybind key="C-A-Right">
186       <action name="GoToDesktop">
187         <to>right</to>
188         <wrap>no</wrap>
189       </action>
190     </keybind>
191     <keybind key="C-A-Up">
192       <action name="GoToDesktop">
193         <to>up</to>
194         <wrap>no</wrap>
195       </action>
196     </keybind>
197     <keybind key="C-A-Down">
198       <action name="GoToDesktop">
199         <to>down</to>
200         <wrap>no</wrap>
201       </action>
202     </keybind>
203     <keybind key="S-A-Left">
204       <action name="SendToDesktop">
205         <to>left</to>
206         <wrap>no</wrap>
207       </action>
208     </keybind>
209     <keybind key="S-A-Right">
210       <action name="SendToDesktop">
211         <to>right</to>
212         <wrap>no</wrap>
213       </action>
214     </keybind>
215     <keybind key="S-A-Up">
216       <action name="SendToDesktop">
217         <to>up</to>
218         <wrap>no</wrap>
219       </action>
220     </keybind>
221     <keybind key="S-A-Down">
222       <action name="SendToDesktop">
223         <to>down</to>
224         <wrap>no</wrap>
225       </action>
226     </keybind>
227     <keybind key="W-F1">
228       <action name="GoToDesktop">
229         <to>1</to>
230       </action>
231     </keybind>
232     <keybind key="W-F2">
233       <action name="GoToDesktop">
234         <to>2</to>
235       </action>
236     </keybind>
237     <keybind key="W-F3">
238       <action name="GoToDesktop">
239         <to>3</to>
240       </action>
241     </keybind>
242     <keybind key="W-F4">
243       <action name="GoToDesktop">
244         <to>4</to>
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         <finalactions>
268           <action name="Focus"/>
269           <action name="Raise"/>
270           <action name="Unshade"/>
271         </finalactions>
272       </action>
273     </keybind>
274     <keybind key="A-S-Tab">
275       <action name="PreviousWindow">
276         <finalactions>
277           <action name="Focus"/>
278           <action name="Raise"/>
279           <action name="Unshade"/>
280         </finalactions>
281       </action>
282     </keybind>
283     <keybind key="C-A-Tab">
284       <action name="NextWindow">
285         <panels>yes</panels>
286         <desktop>yes</desktop>
287         <finalactions>
288           <action name="Focus"/>
289           <action name="Raise"/>
290           <action name="Unshade"/>
291         </finalactions>
292       </action>
293     </keybind>
294     <!-- Keybindings for window switching with the arrow keys -->
295     <keybind key="W-S-Right">
296       <action name="DirectionalCycleWindows">
297         <direction>right</direction>
298       </action>
299     </keybind>
300     <keybind key="W-S-Left">
301       <action name="DirectionalCycleWindows">
302         <direction>left</direction>
303       </action>
304     </keybind>
305     <keybind key="W-S-Up">
306       <action name="DirectionalCycleWindows">
307         <direction>up</direction>
308       </action>
309     </keybind>
310     <keybind key="W-S-Down">
311       <action name="DirectionalCycleWindows">
312         <direction>down</direction>
313       </action>
314     </keybind>
315     <!-- Keybindings for running applications -->
316     <keybind key="A-t">
317       <action name="Execute">
318         <command>lxterminal</command>
319       </action>
320     </keybind>
321     <keybind key="A-f">
322       <action name="Execute">
323         <command>pcmanfm</command>
324       </action>
325     </keybind>
326     <keybind key="A-e">
327       <action name="Execute">
328         <command>xed</command>
329       </action>
330     </keybind>
331     <keybind key="A-i">
332       <action name="Execute">
333         <command>firefox</command>
334       </action>
335     </keybind>
336     <keybind key="A-d">
337       <action name="Execute">
338         <command>dmenu_run -b -fn -misc-fixed-*-*-*-*-20-200-*-*-*-*-*-*  -i -nf 'gray' -sb '#1793D1' -nb 'dim gray'</command>
339       </action>
340     </keybind>
341     <keybind key="A-n">
342       <action name="Execute">
343         <command>nitrogen</command>
344       </action>
345     </keybind>
346     <keybind key="A-x">
347                 <keybind key="l">
348       <action name="Execute">
349         <command>xlock -mode blank</command>
350       </action>
351     </keybind>
352                 <keybind key="o">
353       <action name="Execute">
354         <command>openbox --exit</command>
355       </action>
356     </keybind>
357                 <keybind key="r">
358       <action name="Execute">
359         <command>systemctl reboot</command>
360       </action>
361     </keybind>
362                 <keybind key="s">
363       <action name="Execute">
364         <command>systemctl poweroff</command>
365       </action>
366     </keybind>
367                 <keybind key="l">
368       <action name="Execute">
369         <command>xlock -mode blank</command>
370       </action>
371     </keybind>
372     </keybind>
373   </keyboard>
374   <mouse>
375     <dragThreshold>1</dragThreshold>
376     <!-- number of pixels the mouse must move before a drag begins -->
377     <doubleClickTime>500</doubleClickTime>
378     <!-- in milliseconds (1000 = 1 second) -->
379     <screenEdgeWarpTime>400</screenEdgeWarpTime>
380     <!-- Time before changing desktops when the pointer touches the edge of the
381        screen while moving a window, in milliseconds (1000 = 1 second).
382        Set this to 0 to disable warping -->
383     <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
384     <!-- Set this to TRUE to move the mouse pointer across the desktop when
385        switching due to hitting the edge of the screen -->
386     <context name="Frame">
387       <mousebind button="A-Left" action="Press">
388         <action name="Focus"/>
389         <action name="Raise"/>
390       </mousebind>
391       <mousebind button="A-Left" action="Click">
392         <action name="Unshade"/>
393       </mousebind>
394       <mousebind button="A-Left" action="Drag">
395         <action name="Move"/>
396       </mousebind>
397       <mousebind button="A-Right" action="Press">
398         <action name="Focus"/>
399         <action name="Raise"/>
400         <action name="Unshade"/>
401       </mousebind>
402       <mousebind button="A-Right" action="Drag">
403         <action name="Resize"/>
404       </mousebind>
405       <mousebind button="A-Middle" action="Press">
406         <action name="Lower"/>
407         <action name="FocusToBottom"/>
408         <action name="Unfocus"/>
409       </mousebind>
410       <mousebind button="A-Up" action="Click">
411         <action name="GoToDesktop">
412           <to>previous</to>
413         </action>
414       </mousebind>
415       <mousebind button="A-Down" action="Click">
416         <action name="GoToDesktop">
417           <to>next</to>
418         </action>
419       </mousebind>
420       <mousebind button="C-A-Up" action="Click">
421         <action name="GoToDesktop">
422           <to>previous</to>
423         </action>
424       </mousebind>
425       <mousebind button="C-A-Down" action="Click">
426         <action name="GoToDesktop">
427           <to>next</to>
428         </action>
429       </mousebind>
430       <mousebind button="A-S-Up" action="Click">
431         <action name="SendToDesktop">
432           <to>previous</to>
433         </action>
434       </mousebind>
435       <mousebind button="A-S-Down" action="Click">
436         <action name="SendToDesktop">
437           <to>next</to>
438         </action>
439       </mousebind>
440     </context>
441     <context name="Titlebar">
442       <mousebind button="Left" action="Drag">
443         <action name="Move"/>
444       </mousebind>
445       <mousebind button="Left" action="DoubleClick">
446         <action name="ToggleMaximize"/>
447       </mousebind>
448       <mousebind button="Up" action="Click">
449         <action name="if">
450           <shaded>no</shaded>
451           <then>
452             <action name="Shade"/>
453             <action name="FocusToBottom"/>
454             <action name="Unfocus"/>
455             <action name="Lower"/>
456           </then>
457         </action>
458       </mousebind>
459       <mousebind button="Down" action="Click">
460         <action name="if">
461           <shaded>yes</shaded>
462           <then>
463             <action name="Unshade"/>
464             <action name="Raise"/>
465           </then>
466         </action>
467       </mousebind>
468     </context>
469     <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
470       <mousebind button="Left" action="Press">
471         <action name="Focus"/>
472         <action name="Raise"/>
473         <action name="Unshade"/>
474       </mousebind>
475       <mousebind button="Middle" action="Press">
476         <action name="Lower"/>
477         <action name="FocusToBottom"/>
478         <action name="Unfocus"/>
479       </mousebind>
480       <mousebind button="Right" action="Press">
481         <action name="Focus"/>
482         <action name="Raise"/>
483         <action name="ShowMenu">
484           <menu>client-menu</menu>
485         </action>
486       </mousebind>
487     </context>
488     <context name="Top">
489       <mousebind button="Left" action="Drag">
490         <action name="Resize">
491           <edge>top</edge>
492         </action>
493       </mousebind>
494     </context>
495     <context name="Left">
496       <mousebind button="Left" action="Drag">
497         <action name="Resize">
498           <edge>left</edge>
499         </action>
500       </mousebind>
501     </context>
502     <context name="Right">
503       <mousebind button="Left" action="Drag">
504         <action name="Resize">
505           <edge>right</edge>
506         </action>
507       </mousebind>
508     </context>
509     <context name="Bottom">
510       <mousebind button="Left" action="Drag">
511         <action name="Resize">
512           <edge>bottom</edge>
513         </action>
514       </mousebind>
515       <mousebind button="Right" action="Press">
516         <action name="Focus"/>
517         <action name="Raise"/>
518         <action name="ShowMenu">
519           <menu>client-menu</menu>
520         </action>
521       </mousebind>
522     </context>
523     <context name="TRCorner BRCorner TLCorner BLCorner">
524       <mousebind button="Left" action="Press">
525         <action name="Focus"/>
526         <action name="Raise"/>
527         <action name="Unshade"/>
528       </mousebind>
529       <mousebind button="Left" action="Drag">
530         <action name="Resize"/>
531       </mousebind>
532     </context>
533     <context name="Client">
534       <mousebind button="Left" action="Press">
535         <action name="Focus"/>
536         <action name="Raise"/>
537       </mousebind>
538       <mousebind button="Middle" action="Press">
539         <action name="Focus"/>
540         <action name="Raise"/>
541       </mousebind>
542       <mousebind button="Right" action="Press">
543         <action name="Focus"/>
544         <action name="Raise"/>
545       </mousebind>
546     </context>
547     <context name="Icon">
548       <mousebind button="Left" action="Press">
549         <action name="Focus"/>
550         <action name="Raise"/>
551         <action name="Unshade"/>
552         <action name="ShowMenu">
553           <menu>client-menu</menu>
554         </action>
555       </mousebind>
556       <mousebind button="Right" action="Press">
557         <action name="Focus"/>
558         <action name="Raise"/>
559         <action name="ShowMenu">
560           <menu>client-menu</menu>
561         </action>
562       </mousebind>
563     </context>
564     <context name="AllDesktops">
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="ToggleOmnipresent"/>
572       </mousebind>
573     </context>
574     <context name="Shade">
575       <mousebind button="Left" action="Press">
576         <action name="Focus"/>
577         <action name="Raise"/>
578       </mousebind>
579       <mousebind button="Left" action="Click">
580         <action name="ToggleShade"/>
581       </mousebind>
582     </context>
583     <context name="Iconify">
584       <mousebind button="Left" action="Press">
585         <action name="Focus"/>
586         <action name="Raise"/>
587       </mousebind>
588       <mousebind button="Left" action="Click">
589         <action name="Iconify"/>
590       </mousebind>
591     </context>
592     <context name="Maximize">
593       <mousebind button="Left" action="Press">
594         <action name="Focus"/>
595         <action name="Raise"/>
596         <action name="Unshade"/>
597       </mousebind>
598       <mousebind button="Middle" action="Press">
599         <action name="Focus"/>
600         <action name="Raise"/>
601         <action name="Unshade"/>
602       </mousebind>
603       <mousebind button="Right" action="Press">
604         <action name="Focus"/>
605         <action name="Raise"/>
606         <action name="Unshade"/>
607       </mousebind>
608       <mousebind button="Left" action="Click">
609         <action name="ToggleMaximize"/>
610       </mousebind>
611       <mousebind button="Middle" action="Click">
612         <action name="ToggleMaximize">
613           <direction>vertical</direction>
614         </action>
615       </mousebind>
616       <mousebind button="Right" action="Click">
617         <action name="ToggleMaximize">
618           <direction>horizontal</direction>
619         </action>
620       </mousebind>
621     </context>
622     <context name="Close">
623       <mousebind button="Left" action="Press">
624         <action name="Focus"/>
625         <action name="Raise"/>
626         <action name="Unshade"/>
627       </mousebind>
628       <mousebind button="Left" action="Click">
629         <action name="Close"/>
630       </mousebind>
631     </context>
632     <context name="Desktop">
633       <mousebind button="Up" action="Click">
634         <action name="GoToDesktop">
635           <to>previous</to>
636         </action>
637       </mousebind>
638       <mousebind button="Down" action="Click">
639         <action name="GoToDesktop">
640           <to>next</to>
641         </action>
642       </mousebind>
643       <mousebind button="A-Up" action="Click">
644         <action name="GoToDesktop">
645           <to>previous</to>
646         </action>
647       </mousebind>
648       <mousebind button="A-Down" action="Click">
649         <action name="GoToDesktop">
650           <to>next</to>
651         </action>
652       </mousebind>
653       <mousebind button="C-A-Up" action="Click">
654         <action name="GoToDesktop">
655           <to>previous</to>
656         </action>
657       </mousebind>
658       <mousebind button="C-A-Down" action="Click">
659         <action name="GoToDesktop">
660           <to>next</to>
661         </action>
662       </mousebind>
663       <mousebind button="Left" action="Press">
664         <action name="Focus"/>
665         <action name="Raise"/>
666       </mousebind>
667       <mousebind button="Right" action="Press">
668         <action name="Focus"/>
669         <action name="Raise"/>
670       </mousebind>
671     </context>
672     <context name="Root">
673       <!-- Menus -->
674       <mousebind button="Middle" action="Press">
675         <action name="ShowMenu">
676           <menu>client-list-combined-menu</menu>
677         </action>
678       </mousebind>
679       <mousebind button="Right" action="Press">
680         <action name="ShowMenu">
681           <menu>root-menu</menu>
682         </action>
683       </mousebind>
684     </context>
685     <context name="MoveResize">
686       <mousebind button="Up" action="Click">
687         <action name="GoToDesktop">
688           <to>previous</to>
689         </action>
690       </mousebind>
691       <mousebind button="Down" action="Click">
692         <action name="GoToDesktop">
693           <to>next</to>
694         </action>
695       </mousebind>
696       <mousebind button="A-Up" action="Click">
697         <action name="GoToDesktop">
698           <to>previous</to>
699         </action>
700       </mousebind>
701       <mousebind button="A-Down" action="Click">
702         <action name="GoToDesktop">
703           <to>next</to>
704         </action>
705       </mousebind>
706     </context>
707   </mouse>
708   <menu>
709     <!-- You can specify more than one menu file in here and they are all loaded,
710        just don't make menu ids clash or, well, it'll be kind of pointless -->
711     <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
712     <file>menu.xml</file>
713     <hideDelay>200</hideDelay>
714     <!-- if a press-release lasts longer than this setting (in milliseconds), the
715        menu is hidden again -->
716     <middle>no</middle>
717     <!-- center submenus vertically about the parent entry -->
718     <submenuShowDelay>100</submenuShowDelay>
719     <!-- time to delay before showing a submenu after hovering over the parent
720        entry.
721        if this is a negative value, then the delay is infinite and the
722        submenu will not be shown until it is clicked on -->
723     <submenuHideDelay>400</submenuHideDelay>
724     <!-- time to delay before hiding a submenu when selecting another
725        entry in parent menu
726        if this is a negative value, then the delay is infinite and the
727        submenu will not be hidden until a different submenu is opened -->
728     <showIcons>no</showIcons>
729     <!-- controls if icons appear in the client-list-(combined-)menu -->
730     <manageDesktops>yes</manageDesktops>
731     <!-- show the manage desktops section in the client-list-(combined-)menu -->
732   </menu>
733   <applications>
734     <!--
735   # this is an example with comments through out. use these to make your
736   # own rules, but without the comments of course.
737   # you may use one or more of the name/class/role/title/type rules to specify
738   # windows to match
739
740   <application name="the window's _OB_APP_NAME property (see obxprop)"
741               class="the window's _OB_APP_CLASS property (see obxprop)"
742           groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
743          groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
744                role="the window's _OB_APP_ROLE property (see obxprop)"
745               title="the window's _OB_APP_TITLE property (see obxprop)"
746                type="the window's _OB_APP_TYPE property (see obxprob)..
747                       (if unspecified, then it is 'dialog' for child windows)">
748   # you may set only one of name/class/role/title/type, or you may use more
749   # than one together to restrict your matches.
750
751   # the name, class, role, and title use simple wildcard matching such as those
752   # used by a shell. you can use * to match any characters and ? to match
753   # any single character.
754
755   # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
756   #    or desktop
757
758   # when multiple rules match a window, they will all be applied, in the
759   # order that they appear in this list
760
761
762     # each rule element can be left out or set to 'default' to specify to not 
763     # change that attribute of the window
764
765     <decor>yes</decor>
766     # enable or disable window decorations
767
768     <shade>no</shade>
769     # make the window shaded when it appears, or not
770
771     <position force="no">
772       # the position is only used if both an x and y coordinate are provided
773       # (and not set to 'default')
774       # when force is "yes", then the window will be placed here even if it
775       # says you want it placed elsewhere.  this is to override buggy
776       # applications who refuse to behave
777       <x>center</x>
778       # a number like 50, or 'center' to center on screen. use a negative number
779       # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
780       # the right edge (or bottom). use 'default' to specify using value
781       # provided by the application, or chosen by openbox, instead.
782       <y>200</y>
783       <monitor>1</monitor>
784       # specifies the monitor in a xinerama setup.
785       # 1 is the first head, or 'mouse' for wherever the mouse is
786     </position>
787
788     <size>
789       # the size to make the window.
790       <width>20</width>
791       # a number like 20, or 'default' to use the size given by the application.
792       # you can use fractions such as 1/2 or percentages such as 75% in which
793       # case the value is relative to the size of the monitor that the window
794       # appears on.
795       <height>30%</height>
796     </size>
797
798     <focus>yes</focus>
799     # if the window should try be given focus when it appears. if this is set
800     # to yes it doesn't guarantee the window will be given focus. some
801     # restrictions may apply, but Openbox will try to
802
803     <desktop>1</desktop>
804     # 1 is the first desktop, 'all' for all desktops
805
806     <layer>normal</layer>
807     # 'above', 'normal', or 'below'
808
809     <iconic>no</iconic>
810     # make the window iconified when it appears, or not
811
812     <skip_pager>no</skip_pager>
813     # asks to not be shown in pagers
814
815     <skip_taskbar>no</skip_taskbar>
816     # asks to not be shown in taskbars. window cycling actions will also
817     # skip past such windows
818
819     <fullscreen>yes</fullscreen>
820     # make the window in fullscreen mode when it appears
821
822     <maximized>true</maximized>
823     # 'Horizontal', 'Vertical' or boolean (yes/no)
824   </application>
825
826   # end of the example
827 -->
828   </applications>
829 </openbox_config>