]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc3
make thebear the default theme
[mikachu/openbox.git] / data / rc3
1 <?xml version="1.0"?>
2
3 <!-- Do not edit this file, it will be overwritten on install. Copy the file
4      to $HOME/.openbox/ instead. -->
5
6 <openbox_config>
7
8 <resistance>
9   <strength>10</strength>
10   <screen_edge_strength>10</screen_edge_strength>
11 </resistance>
12
13 <placement>
14   <remember>yes</remember>
15 </placement>
16
17 <focus>
18   <focusNew>yes</focusNew>
19   <followMouse>no</followMouse>
20   <focusLast>yes</focusLast>
21   <focusLastOnDesktop>yes</focusLastOnDesktop>
22 </focus>
23
24 <theme>
25   <theme>thebear</theme>
26   <titlelayout>NLIMC</titlelayout>
27 </theme>
28
29 <desktops>
30   <number>4</number>
31   <names>
32     <name>one</name>
33     <name>two</name>
34     <name>three</name>
35     <name>four</name>
36   </names>
37 </desktops>
38
39 <resize>
40   <drawContents>yes</drawContents>
41 </resize>
42
43 <dock>
44   <position>topleft</position>
45   <stacking>top</stacking>
46   <direction>vertical</direction>
47   <floatingX>0</floatingX>
48   <floatingY>0</floatingY>
49   <autoHide>no</autoHide>
50   <hideTimeout>300</hideTimeout>
51 </dock>
52
53 <keyboard>
54   <chainQuitKey>C-g</chainQuitKey>
55
56   <keybind key="A-F10">
57     <action name="MaximizeFull"></action>
58   </keybind>
59   <keybind key="A-F5">
60     <action name="UnmaximizeFull"></action>
61   </keybind>
62   <keybind key="A-F12">
63     <action name="ToggleShade"></action>
64   </keybind>
65   <keybind key="C-A-Left">
66     <action name="DesktopLeft"></action>
67   </keybind>
68   <keybind key="C-A-Right">
69     <action name="DesktopRight"></action>
70   </keybind>
71   <keybind key="C-A-Up">
72     <action name="DesktopUp"></action>
73   </keybind>
74   <keybind key="C-A-Down">
75     <action name="DesktopDown"></action>
76   </keybind>
77   <keybind key="S-A-Left">
78     <action name="SendToDesktopLeft"></action>
79   </keybind>
80   <keybind key="S-A-Right">
81     <action name="SendToDesktopRight"></action>
82   </keybind>
83   <keybind key="S-A-Up">
84     <action name="SendToDesktopUp"></action>
85   </keybind>
86   <keybind key="S-A-Down">
87     <action name="SendToDesktopDown"></action>
88   </keybind>
89   <keybind key="C-A-d">
90     <action name="ToggleShowDesktop"></action>
91   </keybind>
92   <keybind key="A-F4">
93     <action name="Close"></action>
94   </keybind>
95   <keybind key="A-Tab">
96     <action name="NextWindow"></action>
97   </keybind>
98   <keybind key="A-S-Tab">
99     <action name="PreviousWindow"></action>
100   </keybind>
101   <keybind key="A-F7">
102     <action name="KeyboardMove"></action>
103   </keybind>
104   <keybind key="A-F8">
105     <action name="KeyboardResize"></action>
106   </keybind>
107   <keybind key="A-F9">
108     <action name="Iconify"></action>
109   </keybind>
110 </keyboard>
111
112 <mouse>
113   <dragThreshold>3</dragThreshold>
114   <doubleClickTime>200</doubleClickTime>
115
116   <context name="frame">
117     <mousebind button="A-Left" action="drag">
118       <action name="move"/>
119     </mousebind>
120     <mousebind button="A-Left" action="click">
121       <action name="raise"/>
122     </mousebind>
123     <mousebind button="A-Left" action="press">
124       <action name="focus"/>
125     </mousebind>
126     <mousebind button="A-Middle" action="drag">
127       <action name="resize"/>
128     </mousebind> 
129     <mousebind button="A-Middle" action="click">
130       <action name="lower"/>
131     </mousebind>
132     <mousebind button="A-Right" action="press">
133       <action name="showmenu"><menu>client-menu</menu></action>
134     </mousebind>
135     <mousebind button="A-Up" action="click">
136       <action name="desktopnext"/>
137     </mousebind>
138     <mousebind button="A-Down" action="click">
139       <action name="desktopprevious"/>
140     </mousebind>
141     <mousebind button="C-A-Up" action="click">
142       <action name="sendtodesktopnext"/>
143     </mousebind>
144     <mousebind button="C-A-Down" action="click">
145       <action name="sendtodesktopprevious"/>
146     </mousebind>
147   </context>
148   <context name="titlebar">
149     <mousebind button="Left" action="drag">
150       <action name="move"/>
151     </mousebind>
152     <mousebind button="Left" action="click">
153       <action name="raise"/>
154     </mousebind>
155     <mousebind button="Left" action="press">
156       <action name="focus"/>
157     </mousebind>
158     <mousebind button="Left" action="doubleclick">
159       <action name="toggleshade"/>
160     </mousebind>
161     <mousebind button="Middle" action="press">
162       <action name="lower"/>
163     </mousebind>
164     <mousebind button="Up" action="click">
165       <action name="shade"/>
166     </mousebind>
167     <mousebind button="Down" action="click">
168       <action name="unshade"/>
169     </mousebind>
170     <mousebind button="Right" action="press">
171       <action name="showmenu"><menu>client-menu</menu></action>
172     </mousebind>
173   </context>
174   <context name="handle">
175     <mousebind button="Left" action="drag">
176       <action name="move"/>
177     </mousebind>
178     <mousebind button="Left" action="click">
179       <action name="raise"/>
180     </mousebind>
181     <mousebind button="Left" action="press">
182       <action name="focus"/>
183     </mousebind>
184     <mousebind button="Middle" action="press">
185       <action name="lower"/>
186     </mousebind>
187   </context>
188   <context name="blcorner">
189     <mousebind button="Left" action="drag">
190       <action name="resize"/>
191     </mousebind>
192     <mousebind button="Left" action="press">
193       <action name="focus"/>
194     </mousebind>
195   </context>
196   <context name="brcorner">
197     <mousebind button="Left" action="drag">
198       <action name="resize"/>
199     </mousebind>
200     <mousebind button="Left" action="press">
201       <action name="focus"/>
202     </mousebind>
203   </context>
204   <context name="tlcorner">
205     <mousebind button="Left" action="drag">
206       <action name="resize"/>
207     </mousebind>
208     <mousebind button="Left" action="press">
209       <action name="focus"/>
210     </mousebind>
211   </context>
212   <context name="trcorner">
213     <mousebind button="Left" action="drag">
214       <action name="resize"/>
215     </mousebind>
216     <mousebind button="Left" action="press">
217       <action name="focus"/>
218     </mousebind>
219   </context>
220   <context name="client">
221     <mousebind button="Left" action="press">
222       <action name="focus"/>
223       <action name="raise"/>
224     </mousebind>
225     <mousebind button="Middle" action="press">
226       <action name="focus"/>
227     </mousebind>
228     <mousebind button="Right" action="press">
229       <action name="focus"/>
230     </mousebind>
231   </context>
232   <context name="icon">
233     <mousebind button="Left" action="press">
234       <action name="focus"/>
235     </mousebind>
236     <mousebind button="Right" action="press">
237       <action name="showmenu"><menu>client-menu</menu></action>
238     </mousebind>
239     <mousebind button="Left" action="click">
240       <action name="showmenu"><menu>client-menu</menu></action>
241     </mousebind>
242     <mousebind button="Left" action="doubleclick">
243       <action name="close"/>
244     </mousebind>
245   </context>
246   <context name="alldesktops">
247     <mousebind button="Left" action="press">
248       <action name="focus"/>
249     </mousebind>
250     <mousebind button="Left" action="click">
251       <action name="toggleomnipresent"/>
252     </mousebind>
253   </context>
254   <context name="shade">
255     <mousebind button="Left" action="press">
256       <action name="focus"/>
257     </mousebind>
258     <mousebind button="Left" action="click">
259       <action name="toggleshade"/>
260     </mousebind>
261   </context>
262   <context name="iconify">
263     <mousebind button="Left" action="press">
264       <action name="focus"/>
265     </mousebind>
266     <mousebind button="Left" action="click">
267       <action name="iconify"/>
268     </mousebind>
269   </context>
270   <context name="maximize">
271     <mousebind button="Left" action="press">
272       <action name="focus"/>
273     </mousebind>
274     <mousebind button="Middle" action="press">
275       <action name="focus"/>
276     </mousebind>
277     <mousebind button="Right" action="press">
278       <action name="focus"/>
279     </mousebind>
280     <mousebind button="Left" action="click">
281       <action name="togglemaximizefull"/>
282     </mousebind>
283     <mousebind button="Middle" action="click">
284       <action name="togglemaximizevert"/>
285     </mousebind>
286     <mousebind button="Right" action="click">
287       <action name="togglemaximizehorz"/>
288     </mousebind>
289   </context>
290   <context name="close">
291     <mousebind button="Left" action="press">
292       <action name="focus"/>
293     </mousebind>
294     <mousebind button="Left" action="click">
295       <action name="close"/>
296     </mousebind>
297   </context>
298   <context name="desktop">
299     <mousebind button="Up" action="click">
300       <action name="desktopnext"></action>
301     </mousebind>
302     <mousebind button="Down" action="click">
303       <action name="desktopprevious"></action>
304     </mousebind>
305     <mousebind button="A-Up" action="click">
306       <action name="desktopnext"/>
307     </mousebind>
308     <mousebind button="A-Down" action="click">
309       <action name="desktopprevious"/>
310     </mousebind>
311     <mousebind button="Middle" action="press">
312       <action name="showmenu"><menu>client-list-menu</menu></action>
313     </mousebind> 
314     <mousebind button="Right" action="press">
315       <action name="showmenu">
316         <menu>root-menu</menu>
317       </action>
318     </mousebind>
319   </context>
320 </mouse>
321
322 <menu>
323   <!-- You can specify more than one menu file in here and they are all loaded,
324        just don't make menu ids clash or, well, it'll be kind of pointless -->
325
326   <!-- debian menu file -->
327   <file>/etc/X11/openbox/openbox-menu</file>
328
329   <!-- default menu file (or custom one in $HOME/.openbox/) -->
330   <file>menu</file>
331 </menu>
332
333 </openbox_config>