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