OSDN Git Service

initial commit
[pacbang-linux/iso-arch.git] / airootfs / etc / skel / .config / openbox / 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</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-g">
327       <action name="Execute">
328         <command>geany</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="r">
348       <action name="Execute">
349         <command>systemctl reboot</command>
350       </action>
351     </keybind>
352                 <keybind key="s">
353       <action name="Execute">
354         <command>systemctl poweroff</command>
355       </action>
356     </keybind>
357                 <keybind key="l">
358       <action name="Execute">
359         <command>xlock -mode blank</command>
360       </action>
361     </keybind>
362     </keybind>
363   </keyboard>
364   <mouse>
365     <dragThreshold>1</dragThreshold>
366     <!-- number of pixels the mouse must move before a drag begins -->
367     <doubleClickTime>500</doubleClickTime>
368     <!-- in milliseconds (1000 = 1 second) -->
369     <screenEdgeWarpTime>400</screenEdgeWarpTime>
370     <!-- Time before changing desktops when the pointer touches the edge of the
371        screen while moving a window, in milliseconds (1000 = 1 second).
372        Set this to 0 to disable warping -->
373     <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
374     <!-- Set this to TRUE to move the mouse pointer across the desktop when
375        switching due to hitting the edge of the screen -->
376     <context name="Frame">
377       <mousebind button="A-Left" action="Press">
378         <action name="Focus"/>
379         <action name="Raise"/>
380       </mousebind>
381       <mousebind button="A-Left" action="Click">
382         <action name="Unshade"/>
383       </mousebind>
384       <mousebind button="A-Left" action="Drag">
385         <action name="Move"/>
386       </mousebind>
387       <mousebind button="A-Right" action="Press">
388         <action name="Focus"/>
389         <action name="Raise"/>
390         <action name="Unshade"/>
391       </mousebind>
392       <mousebind button="A-Right" action="Drag">
393         <action name="Resize"/>
394       </mousebind>
395       <mousebind button="A-Middle" action="Press">
396         <action name="Lower"/>
397         <action name="FocusToBottom"/>
398         <action name="Unfocus"/>
399       </mousebind>
400       <mousebind button="A-Up" action="Click">
401         <action name="GoToDesktop">
402           <to>previous</to>
403         </action>
404       </mousebind>
405       <mousebind button="A-Down" action="Click">
406         <action name="GoToDesktop">
407           <to>next</to>
408         </action>
409       </mousebind>
410       <mousebind button="C-A-Up" action="Click">
411         <action name="GoToDesktop">
412           <to>previous</to>
413         </action>
414       </mousebind>
415       <mousebind button="C-A-Down" action="Click">
416         <action name="GoToDesktop">
417           <to>next</to>
418         </action>
419       </mousebind>
420       <mousebind button="A-S-Up" action="Click">
421         <action name="SendToDesktop">
422           <to>previous</to>
423         </action>
424       </mousebind>
425       <mousebind button="A-S-Down" action="Click">
426         <action name="SendToDesktop">
427           <to>next</to>
428         </action>
429       </mousebind>
430     </context>
431     <context name="Titlebar">
432       <mousebind button="Left" action="Drag">
433         <action name="Move"/>
434       </mousebind>
435       <mousebind button="Left" action="DoubleClick">
436         <action name="ToggleMaximize"/>
437       </mousebind>
438       <mousebind button="Up" action="Click">
439         <action name="if">
440           <shaded>no</shaded>
441           <then>
442             <action name="Shade"/>
443             <action name="FocusToBottom"/>
444             <action name="Unfocus"/>
445             <action name="Lower"/>
446           </then>
447         </action>
448       </mousebind>
449       <mousebind button="Down" action="Click">
450         <action name="if">
451           <shaded>yes</shaded>
452           <then>
453             <action name="Unshade"/>
454             <action name="Raise"/>
455           </then>
456         </action>
457       </mousebind>
458     </context>
459     <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
460       <mousebind button="Left" action="Press">
461         <action name="Focus"/>
462         <action name="Raise"/>
463         <action name="Unshade"/>
464       </mousebind>
465       <mousebind button="Middle" action="Press">
466         <action name="Lower"/>
467         <action name="FocusToBottom"/>
468         <action name="Unfocus"/>
469       </mousebind>
470       <mousebind button="Right" action="Press">
471         <action name="Focus"/>
472         <action name="Raise"/>
473         <action name="ShowMenu">
474           <menu>client-menu</menu>
475         </action>
476       </mousebind>
477     </context>
478     <context name="Top">
479       <mousebind button="Left" action="Drag">
480         <action name="Resize">
481           <edge>top</edge>
482         </action>
483       </mousebind>
484     </context>
485     <context name="Left">
486       <mousebind button="Left" action="Drag">
487         <action name="Resize">
488           <edge>left</edge>
489         </action>
490       </mousebind>
491     </context>
492     <context name="Right">
493       <mousebind button="Left" action="Drag">
494         <action name="Resize">
495           <edge>right</edge>
496         </action>
497       </mousebind>
498     </context>
499     <context name="Bottom">
500       <mousebind button="Left" action="Drag">
501         <action name="Resize">
502           <edge>bottom</edge>
503         </action>
504       </mousebind>
505       <mousebind button="Right" action="Press">
506         <action name="Focus"/>
507         <action name="Raise"/>
508         <action name="ShowMenu">
509           <menu>client-menu</menu>
510         </action>
511       </mousebind>
512     </context>
513     <context name="TRCorner BRCorner TLCorner BLCorner">
514       <mousebind button="Left" action="Press">
515         <action name="Focus"/>
516         <action name="Raise"/>
517         <action name="Unshade"/>
518       </mousebind>
519       <mousebind button="Left" action="Drag">
520         <action name="Resize"/>
521       </mousebind>
522     </context>
523     <context name="Client">
524       <mousebind button="Left" action="Press">
525         <action name="Focus"/>
526         <action name="Raise"/>
527       </mousebind>
528       <mousebind button="Middle" action="Press">
529         <action name="Focus"/>
530         <action name="Raise"/>
531       </mousebind>
532       <mousebind button="Right" action="Press">
533         <action name="Focus"/>
534         <action name="Raise"/>
535       </mousebind>
536     </context>
537     <context name="Icon">
538       <mousebind button="Left" action="Press">
539         <action name="Focus"/>
540         <action name="Raise"/>
541         <action name="Unshade"/>
542         <action name="ShowMenu">
543           <menu>client-menu</menu>
544         </action>
545       </mousebind>
546       <mousebind button="Right" action="Press">
547         <action name="Focus"/>
548         <action name="Raise"/>
549         <action name="ShowMenu">
550           <menu>client-menu</menu>
551         </action>
552       </mousebind>
553     </context>
554     <context name="AllDesktops">
555       <mousebind button="Left" action="Press">
556         <action name="Focus"/>
557         <action name="Raise"/>
558         <action name="Unshade"/>
559       </mousebind>
560       <mousebind button="Left" action="Click">
561         <action name="ToggleOmnipresent"/>
562       </mousebind>
563     </context>
564     <context name="Shade">
565       <mousebind button="Left" action="Press">
566         <action name="Focus"/>
567         <action name="Raise"/>
568       </mousebind>
569       <mousebind button="Left" action="Click">
570         <action name="ToggleShade"/>
571       </mousebind>
572     </context>
573     <context name="Iconify">
574       <mousebind button="Left" action="Press">
575         <action name="Focus"/>
576         <action name="Raise"/>
577       </mousebind>
578       <mousebind button="Left" action="Click">
579         <action name="Iconify"/>
580       </mousebind>
581     </context>
582     <context name="Maximize">
583       <mousebind button="Left" action="Press">
584         <action name="Focus"/>
585         <action name="Raise"/>
586         <action name="Unshade"/>
587       </mousebind>
588       <mousebind button="Middle" action="Press">
589         <action name="Focus"/>
590         <action name="Raise"/>
591         <action name="Unshade"/>
592       </mousebind>
593       <mousebind button="Right" action="Press">
594         <action name="Focus"/>
595         <action name="Raise"/>
596         <action name="Unshade"/>
597       </mousebind>
598       <mousebind button="Left" action="Click">
599         <action name="ToggleMaximize"/>
600       </mousebind>
601       <mousebind button="Middle" action="Click">
602         <action name="ToggleMaximize">
603           <direction>vertical</direction>
604         </action>
605       </mousebind>
606       <mousebind button="Right" action="Click">
607         <action name="ToggleMaximize">
608           <direction>horizontal</direction>
609         </action>
610       </mousebind>
611     </context>
612     <context name="Close">
613       <mousebind button="Left" action="Press">
614         <action name="Focus"/>
615         <action name="Raise"/>
616         <action name="Unshade"/>
617       </mousebind>
618       <mousebind button="Left" action="Click">
619         <action name="Close"/>
620       </mousebind>
621     </context>
622     <context name="Desktop">
623       <mousebind button="Up" action="Click">
624         <action name="GoToDesktop">
625           <to>previous</to>
626         </action>
627       </mousebind>
628       <mousebind button="Down" action="Click">
629         <action name="GoToDesktop">
630           <to>next</to>
631         </action>
632       </mousebind>
633       <mousebind button="A-Up" action="Click">
634         <action name="GoToDesktop">
635           <to>previous</to>
636         </action>
637       </mousebind>
638       <mousebind button="A-Down" action="Click">
639         <action name="GoToDesktop">
640           <to>next</to>
641         </action>
642       </mousebind>
643       <mousebind button="C-A-Up" action="Click">
644         <action name="GoToDesktop">
645           <to>previous</to>
646         </action>
647       </mousebind>
648       <mousebind button="C-A-Down" action="Click">
649         <action name="GoToDesktop">
650           <to>next</to>
651         </action>
652       </mousebind>
653       <mousebind button="Left" action="Press">
654         <action name="Focus"/>
655         <action name="Raise"/>
656       </mousebind>
657       <mousebind button="Right" action="Press">
658         <action name="Focus"/>
659         <action name="Raise"/>
660       </mousebind>
661     </context>
662     <context name="Root">
663       <!-- Menus -->
664       <mousebind button="Middle" action="Press">
665         <action name="ShowMenu">
666           <menu>client-list-combined-menu</menu>
667         </action>
668       </mousebind>
669       <mousebind button="Right" action="Press">
670         <action name="ShowMenu">
671           <menu>root-menu</menu>
672         </action>
673       </mousebind>
674     </context>
675     <context name="MoveResize">
676       <mousebind button="Up" action="Click">
677         <action name="GoToDesktop">
678           <to>previous</to>
679         </action>
680       </mousebind>
681       <mousebind button="Down" action="Click">
682         <action name="GoToDesktop">
683           <to>next</to>
684         </action>
685       </mousebind>
686       <mousebind button="A-Up" action="Click">
687         <action name="GoToDesktop">
688           <to>previous</to>
689         </action>
690       </mousebind>
691       <mousebind button="A-Down" action="Click">
692         <action name="GoToDesktop">
693           <to>next</to>
694         </action>
695       </mousebind>
696     </context>
697   </mouse>
698   <menu>
699     <!-- You can specify more than one menu file in here and they are all loaded,
700        just don't make menu ids clash or, well, it'll be kind of pointless -->
701     <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
702     <file>menu.xml</file>
703     <hideDelay>200</hideDelay>
704     <!-- if a press-release lasts longer than this setting (in milliseconds), the
705        menu is hidden again -->
706     <middle>no</middle>
707     <!-- center submenus vertically about the parent entry -->
708     <submenuShowDelay>100</submenuShowDelay>
709     <!-- time to delay before showing a submenu after hovering over the parent
710        entry.
711        if this is a negative value, then the delay is infinite and the
712        submenu will not be shown until it is clicked on -->
713     <submenuHideDelay>400</submenuHideDelay>
714     <!-- time to delay before hiding a submenu when selecting another
715        entry in parent menu
716        if this is a negative value, then the delay is infinite and the
717        submenu will not be hidden until a different submenu is opened -->
718     <showIcons>no</showIcons>
719     <!-- controls if icons appear in the client-list-(combined-)menu -->
720     <manageDesktops>yes</manageDesktops>
721     <!-- show the manage desktops section in the client-list-(combined-)menu -->
722   </menu>
723   <applications>
724     <!--
725   # this is an example with comments through out. use these to make your
726   # own rules, but without the comments of course.
727   # you may use one or more of the name/class/role/title/type rules to specify
728   # windows to match
729
730   <application name="the window's _OB_APP_NAME property (see obxprop)"
731               class="the window's _OB_APP_CLASS property (see obxprop)"
732           groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
733          groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
734                role="the window's _OB_APP_ROLE property (see obxprop)"
735               title="the window's _OB_APP_TITLE property (see obxprop)"
736                type="the window's _OB_APP_TYPE property (see obxprob)..
737                       (if unspecified, then it is 'dialog' for child windows)">
738   # you may set only one of name/class/role/title/type, or you may use more
739   # than one together to restrict your matches.
740
741   # the name, class, role, and title use simple wildcard matching such as those
742   # used by a shell. you can use * to match any characters and ? to match
743   # any single character.
744
745   # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
746   #    or desktop
747
748   # when multiple rules match a window, they will all be applied, in the
749   # order that they appear in this list
750
751
752     # each rule element can be left out or set to 'default' to specify to not 
753     # change that attribute of the window
754
755     <decor>yes</decor>
756     # enable or disable window decorations
757
758     <shade>no</shade>
759     # make the window shaded when it appears, or not
760
761     <position force="no">
762       # the position is only used if both an x and y coordinate are provided
763       # (and not set to 'default')
764       # when force is "yes", then the window will be placed here even if it
765       # says you want it placed elsewhere.  this is to override buggy
766       # applications who refuse to behave
767       <x>center</x>
768       # a number like 50, or 'center' to center on screen. use a negative number
769       # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
770       # the right edge (or bottom). use 'default' to specify using value
771       # provided by the application, or chosen by openbox, instead.
772       <y>200</y>
773       <monitor>1</monitor>
774       # specifies the monitor in a xinerama setup.
775       # 1 is the first head, or 'mouse' for wherever the mouse is
776     </position>
777
778     <size>
779       # the size to make the window.
780       <width>20</width>
781       # a number like 20, or 'default' to use the size given by the application.
782       # you can use fractions such as 1/2 or percentages such as 75% in which
783       # case the value is relative to the size of the monitor that the window
784       # appears on.
785       <height>30%</height>
786     </size>
787
788     <focus>yes</focus>
789     # if the window should try be given focus when it appears. if this is set
790     # to yes it doesn't guarantee the window will be given focus. some
791     # restrictions may apply, but Openbox will try to
792
793     <desktop>1</desktop>
794     # 1 is the first desktop, 'all' for all desktops
795
796     <layer>normal</layer>
797     # 'above', 'normal', or 'below'
798
799     <iconic>no</iconic>
800     # make the window iconified when it appears, or not
801
802     <skip_pager>no</skip_pager>
803     # asks to not be shown in pagers
804
805     <skip_taskbar>no</skip_taskbar>
806     # asks to not be shown in taskbars. window cycling actions will also
807     # skip past such windows
808
809     <fullscreen>yes</fullscreen>
810     # make the window in fullscreen mode when it appears
811
812     <maximized>true</maximized>
813     # 'Horizontal', 'Vertical' or boolean (yes/no)
814   </application>
815
816   # end of the example
817 -->
818   </applications>
819 </openbox_config>