]> icculus.org git repositories - mikachu/openbox.git/blob - data/rc3
ECKS EM ELL
[mikachu/openbox.git] / data / rc3
1 <?xml version="1.0"?>
2
3 <!-- Do not edit this file, it will be overwritten on install. Edit the file
4      in $HOME/.openbox/ instead. -->
5
6 <openbox_config>
7
8 <resistance>
9   <strength>10</strength>
10   <windows>yes</windows>
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   <cyclingDialog>yes</cyclingDialog>
23 </focus>
24
25 <theme>
26   <theme>operation</theme>
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 <moveresize>
40   <opaqueMove>yes</opaqueMove>
41   <opaqueResize>yes</opaqueResize>
42 </moveresize>
43
44 <dock>
45   <position>topleft</position>
46   <stacking>top</stacking>
47   <direction>vertical</direction>
48   <floatingX>0</floatingX>
49   <floatingY>0</floatingY>
50   <autoHide>no</autoHide>
51   <hideTimeout>300</hideTimeout>
52 </dock>
53
54 <keyboard>
55   <keybind key="A-F10">
56     <action name="MaximizeFull"></action>
57   </keybind>
58   <keybind key="A-F5">
59     <action name="UnmaximizeFull"></action>
60   </keybind>
61   <keybind key="A-F12">
62     <action name="ToggleShaded"></action>
63   </keybind>
64   <keybind key="C-A-Left">
65     <action name="DesktopLeft"></action>
66   </keybind>
67   <keybind key="C-A-Right">
68     <action name="DesktopRight"></action>
69   </keybind>
70   <keybind key="C-A-Up">
71     <action name="DesktopUp"></action>
72   </keybind>
73   <keybind key="C-A-Down">
74     <action name="DesktopDown"></action>
75   </keybind>
76   <keybind key="S-A-Left">
77     <action name="SendToDesktopLeft"></action>
78   </keybind>
79   <keybind key="S-A-Right">
80     <action name="SendToDesktopRight"></action>
81   </keybind>
82   <keybind key="S-A-Up">
83     <action name="SendToDesktopUp"></action>
84   </keybind>
85   <keybind key="S-A-Down">
86     <action name="SendToDesktopDown"></action>
87   </keybind>
88   <keybind key="C-A-d">
89     <action name="ToggleShowDesktop"></action>
90   </keybind>
91   <keybind key="A-F4">
92     <action name="Close"></action>
93   </keybind>
94   <keybind key="A-Tab">
95     <action name="NextWindow"></action>
96   </keybind>
97   <keybind key="A-S-Tab">
98     <action name="PreviousWindow"></action>
99   </keybind>
100   <keybind key="A-F7">
101     <action name="KeyboardMove"></action>
102   </keybind>
103   <keybind key="A-F8">
104     <action name="KeyboardResize"></action>
105   </keybind>
106   <keybind key="A-F9">
107     <action name="Iconify"></action>
108   </keybind>
109 </keyboard>
110
111 <mouse>
112   <dragThreshold>3</dragThreshold>
113   <doubleClickTime>200</doubleClickTime>
114
115   <context name="frame">
116     <mousebind button="A-Left" action="drag">
117       <action name="move"/>
118     </mousebind>
119     <mousebind button="A-Left" action="click">
120       <action name="raise"/>
121     </mousebind>
122     <mousebind button="A-Left" action="press">
123       <action name="focus"/>
124     </mousebind>
125     <mousebind button="A-Middle" action="drag">
126       <action name="resize"/>
127     </mousebind> 
128     <mousebind button="A-Middle" action="click">
129       <action name="lower"/>
130     </mousebind>
131     <mousebind button="A-Right" action="press">
132       <action name="showmenu"><menu>client-menu</menu></action>
133     </mousebind>
134     <mousebind button="A-Up" action="click">
135       <action name="desktopright"/>
136     </mousebind>
137     <mousebind button="A-Down" action="click">
138       <action name="desktopleft"/>
139     </mousebind>
140     <mousebind button="C-A-Up" action="click">
141       <action name="sendtodesktopright"/>
142     </mousebind>
143     <mousebind button="C-A-Down" action="click">
144       <action name="sendtodesktopleft"/>
145     </mousebind>
146   </context>
147   <context name="titlebar">
148     <mousebind button="Left" action="drag">
149       <action name="move"/>
150     </mousebind>
151     <mousebind button="Left" action="click">
152       <action name="raise"/>
153     </mousebind>
154     <mousebind button="Left" action="press">
155       <action name="focus"/>
156     </mousebind>
157     <mousebind button="Left" action="doubleclick">
158       <action name="toggleshade"/>
159     </mousebind>
160     <mousebind button="Middle" action="press">
161       <action name="lower"/>
162     </mousebind>
163     <mousebind button="Up" action="click">
164       <action name="shade"/>
165     </mousebind>
166     <mousebind button="Down" action="click">
167       <action name="unshade"/>
168     </mousebind>
169     <mousebind button="Right" action="press">
170       <action name="showmenu"><menu>client-menu</menu></action>
171     </mousebind>
172   </context>
173   <context name="handle">
174     <mousebind button="Left" action="drag">
175       <action name="move"/>
176     </mousebind>
177     <mousebind button="Left" action="click">
178       <action name="raise"/>
179     </mousebind>
180     <mousebind button="Left" action="press">
181       <action name="focus"/>
182     </mousebind>
183     <mousebind button="Middle" action="press">
184       <action name="lower"/>
185     </mousebind>
186   </context>
187   <context name="blcorner">
188     <mousebind button="Left" action="drag">
189       <action name="resize"/>
190     </mousebind>
191     <mousebind button="Left" action="press">
192       <action name="focus"/>
193     </mousebind>
194   </context>
195   <context name="brcorner">
196     <mousebind button="Left" action="drag">
197       <action name="resize"/>
198     </mousebind>
199     <mousebind button="Left" action="press">
200       <action name="focus"/>
201     </mousebind>
202   </context>
203   <context name="client">
204     <mousebind button="Left" action="press">
205       <action name="focus"/>
206     </mousebind>
207     <mousebind button="Middle" action="press">
208       <action name="focus"/>
209     </mousebind>
210     <mousebind button="Right" action="press">
211       <action name="focus"/>
212     </mousebind>
213   </context>
214   <context name="icon">
215     <mousebind button="Left" action="press">
216       <action name="focus"/>
217     </mousebind>
218     <mousebind button="Left" action="click">
219       <action name="showmenu"><menu>client-menu</menu></action>
220     </mousebind>
221     <mousebind button="Left" action="doubleclick">
222       <action name="close"/>
223     </mousebind>
224   </context>
225   <context name="alldesktops">
226     <mousebind button="Left" action="press">
227       <action name="focus"/>
228     </mousebind>
229     <mousebind button="Left" action="click">
230       <action name="toggleomnipresent"/>
231     </mousebind>
232   </context>
233   <context name="shade">
234     <mousebind button="Left" action="press">
235       <action name="focus"/>
236     </mousebind>
237     <mousebind button="Left" action="click">
238       <action name="toggleshade"/>
239     </mousebind>
240   </context>
241   <context name="iconify">
242     <mousebind button="Left" action="press">
243       <action name="focus"/>
244     </mousebind>
245     <mousebind button="Left" action="click">
246       <action name="iconify"/>
247     </mousebind>
248   </context>
249   <context name="maximize">
250     <mousebind button="Left" action="press">
251       <action name="focus"/>
252     </mousebind>
253     <mousebind button="Middle" action="press">
254       <action name="focus"/>
255     </mousebind>
256     <mousebind button="Right" action="press">
257       <action name="focus"/>
258     </mousebind>
259     <mousebind button="Left" action="click">
260       <action name="togglemaximizefull"/>
261     </mousebind>
262     <mousebind button="Middle" action="click">
263       <action name="togglemaximizevert"/>
264     </mousebind>
265     <mousebind button="Right" action="click">
266       <action name="togglemaximizehorz"/>
267     </mousebind>
268   </context>
269   <context name="close">
270     <mousebind button="Left" action="press">
271       <action name="focus"/>
272     </mousebind>
273     <mousebind button="Left" action="click">
274       <action name="close"/>
275     </mousebind>
276   </context>
277   <context name="root">
278     <mousebind button="Up" action="click">
279       <action name="desktopright"/>
280     </mousebind>
281     <mousebind button="Down" action="click">
282       <action name="desktopleft"/>
283     </mousebind>
284     <mousebind button="A-Up" action="click">
285       <action name="desktopright"/>
286     </mousebind>
287     <mousebind button="A-Down" action="click">
288       <action name="desktopleft"/>
289     </mousebind>
290     <mousebind button="Middle" action="press">
291       <action name="showmenu"><menu>root</menu></action>
292     </mousebind>
293   </context>
294 </mouse>
295
296 </openbox_config>