]> git.donarmstrong.com Git - x_base.git/blob - .config/openbox/rc.xml
add uxterm fullscreen as well
[x_base.git] / .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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/                 file:///usr/share/openbox/rc.xsd">
5
6 <focus>
7   <focusNew>yes</focusNew>
8   <followMouse>yes</followMouse>
9   <focusDelay>0</focusDelay>
10   <raiseOnFocus>no</raiseOnFocus>
11 </focus>
12
13 <theme>
14   <name>Peptide</name>
15   <titlelayout>LIMC</titlelayout>
16 </theme>
17
18 <placement>
19   <policy>Smart</policy>
20 </placement>
21
22 <desktops>
23   <number>12</number>
24   <names>
25     <name>xmms,gkrellm</name>
26     <name>emacs</name>
27     <name>mozilla</name>
28     <name>gnumeric,gimp,sodipodi</name>
29     <name>perl testing</name>
30     <name>administration-1</name>
31     <name>administration-2</name>
32     <name>rzlab</name>
33     <name>mutt irc</name>
34     <name>R</name>
35     <name>eleven</name>
36     <name>twelve</name>
37   </names>
38 </desktops>
39
40 <dock>
41   <position>TopLeft</position>
42   <stacking>Top</stacking>
43   <direction>Vertical</direction>
44   <floatingX>0</floatingX>
45   <floatingY>0</floatingY>
46   <autoHide>no</autoHide>
47   <hideDelay>300</hideDelay>
48   <moveButton>A-Left</moveButton>
49 </dock>
50
51 <keyboard>
52   <chainQuitKey>C-g</chainQuitKey>
53
54   <keybind key="C-A-Left">
55     <action name="NextWindow"/>
56   </keybind>
57   <keybind key="C-A-Right">
58     <action name="PreviousWindow"/>
59   </keybind>
60   <keybind key="S-A-Left">
61     <action name="NextWindow"/>
62   </keybind>
63   <keybind key="S-A-Right">
64     <action name="PreviousWindow"/>
65   </keybind>
66   <keybind key="S-A-Up">
67     <action name="SendToDesktopUp"><wrap>no</wrap></action>
68   </keybind>
69   <keybind key="S-A-Down">
70     <action name="SendToDesktopDown"><wrap>no</wrap></action>
71   </keybind>
72   <keybind key="C-A-d">
73     <action name="ToggleShowDesktop"/>
74   </keybind>
75   <keybind key="A-F1">
76     <action name="Desktop"><desktop>1</desktop></action>
77   </keybind>
78   <keybind key="A-F2">
79     <action name="Desktop"><desktop>2</desktop></action>
80   </keybind>
81   <keybind key="A-F3">
82     <action name="Desktop"><desktop>3</desktop></action>
83   </keybind>
84   <keybind key="A-F4">
85     <action name="Desktop"><desktop>4</desktop></action>
86   </keybind>
87   <keybind key="A-F5">
88     <action name="Desktop"><desktop>5</desktop></action>
89   </keybind>
90   <keybind key="A-F6">
91     <action name="Desktop"><desktop>6</desktop></action>
92   </keybind>
93   <keybind key="A-F7">
94     <action name="Desktop"><desktop>7</desktop></action>
95   </keybind>
96   <keybind key="A-F8">
97     <action name="Desktop"><desktop>8</desktop></action>
98   </keybind>
99   <keybind key="A-F9">
100     <action name="Desktop"><desktop>9</desktop></action>
101   </keybind>
102   <keybind key="A-F10">
103     <action name="Desktop"><desktop>10</desktop></action>
104   </keybind>
105   <keybind key="A-F11">
106     <action name="Desktop"><desktop>11</desktop></action>
107   </keybind>
108   <keybind key="A-F12">
109     <action name="Desktop"><desktop>12</desktop></action>
110   </keybind>
111   <keybind key="C-F1">
112     <action name="Execute"><execute>uxterm</execute></action>
113   </keybind>
114   <keybind key="A-space">
115     <action name="ShowMenu"><menu>client-menu</menu></action>
116   </keybind>
117 </keyboard>
118
119 <mouse>
120   <dragThreshold>3</dragThreshold>
121   <doubleClickTime>200</doubleClickTime>
122
123   <context name="Frame">
124     <mousebind button="A-Left" action="Drag">
125       <action name="Move"/>
126     </mousebind>
127     <mousebind button="A-Left" action="Click">
128       <action name="Raise"/>
129     </mousebind>
130     <mousebind button="A-Left" action="Press">
131       <action name="Focus"/>
132     </mousebind>
133     <mousebind button="A-Middle" action="Drag">
134       <action name="ShowMenu"><menu>client-menu</menu></action>
135     </mousebind> 
136     <mousebind button="A-Middle" action="Click">
137       <action name="Lower"/>
138     </mousebind>
139     <mousebind button="A-Right" action="Press">
140       <action name="Resize"/>
141     </mousebind>
142     <mousebind button="A-Up" action="Click">
143       <action name="DesktopPrevious"/>
144     </mousebind>
145     <mousebind button="A-Down" action="Click">
146       <action name="DesktopNext"/>
147     </mousebind>
148     <mousebind button="C-A-Up" action="Click">
149       <action name="SendToDesktopPrevious"/>
150     </mousebind>
151     <mousebind button="C-A-Down" action="Click">
152       <action name="SendToDesktopNext"/>
153     </mousebind>
154   </context>
155   <context name="Titlebar">
156     <mousebind button="Left" action="Drag">
157       <action name="Move"/>
158     </mousebind>
159     <mousebind button="Left" action="Click">
160       <action name="Raise"/>
161     </mousebind>
162     <mousebind button="Left" action="Press">
163       <action name="Focus"/>
164     </mousebind>
165     <mousebind button="Left" action="DoubleClick">
166       <action name="ToggleShade"/>
167     </mousebind>
168     <mousebind button="Middle" action="Press">
169       <action name="Lower"/>
170     </mousebind>
171     <mousebind button="Up" action="Click">
172       <action name="Shade"/>
173     </mousebind>
174     <mousebind button="Down" action="Click">
175       <action name="Unshade"/>
176     </mousebind>
177     <mousebind button="Right" action="Press">
178       <action name="ShowMenu"><menu>client-menu</menu></action>
179     </mousebind>
180   </context>
181   <context name="Handle">
182     <mousebind button="Left" action="Drag">
183       <action name="Move"/>
184     </mousebind>
185     <mousebind button="Left" action="Click">
186       <action name="Raise"/>
187     </mousebind>
188     <mousebind button="Left" action="Press">
189       <action name="Focus"/>
190     </mousebind>
191     <mousebind button="Middle" action="Press">
192       <action name="Lower"/>
193     </mousebind>
194   </context>
195   <context name="BLCorner">
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="BRCorner">
204     <mousebind button="Left" action="Drag">
205       <action name="Resize"/>
206     </mousebind>
207     <mousebind button="Left" action="Press">
208       <action name="Focus"/>
209     </mousebind>
210   </context>
211   <context name="TLCorner">
212     <mousebind button="Left" action="Drag">
213       <action name="Resize"/>
214     </mousebind>
215     <mousebind button="Left" action="Press">
216       <action name="Focus"/>
217     </mousebind>
218   </context>
219   <context name="TRCorner">
220     <mousebind button="Left" action="Drag">
221       <action name="Resize"/>
222     </mousebind>
223     <mousebind button="Left" action="Press">
224       <action name="Focus"/>
225     </mousebind>
226   </context>
227   <context name="Client">
228     <mousebind button="Left" action="Press">
229       <action name="Focus"/>
230       <action name="Raise"/>
231     </mousebind>
232     <mousebind button="Middle" action="Press">
233       <action name="Focus"/>
234     </mousebind>
235     <mousebind button="Right" action="Press">
236       <action name="Focus"/>
237     </mousebind>
238   </context>
239   <context name="Icon">
240     <mousebind button="Left" action="Press">
241       <action name="Focus"/>
242     </mousebind>
243     <mousebind button="Right" action="Press">
244       <action name="ShowMenu"><menu>client-menu</menu></action>
245     </mousebind>
246     <mousebind button="Left" action="Press">
247       <action name="ShowMenu"><menu>client-menu</menu></action>
248     </mousebind>
249   </context>
250   <context name="AllDesktops">
251     <mousebind button="Left" action="Press">
252       <action name="Focus"/>
253     </mousebind>
254     <mousebind button="Left" action="Click">
255       <action name="ToggleOmnipresent"/>
256     </mousebind>
257   </context>
258   <context name="Shade">
259     <mousebind button="Left" action="Press">
260       <action name="Focus"/>
261     </mousebind>
262     <mousebind button="Left" action="Click">
263       <action name="ToggleShade"/>
264     </mousebind>
265   </context>
266   <context name="Iconify">
267     <mousebind button="Left" action="Press">
268       <action name="Focus"/>
269     </mousebind>
270     <mousebind button="Left" action="Click">
271       <action name="Iconify"/>
272     </mousebind>
273   </context>
274   <context name="Maximize">
275     <mousebind button="Left" action="Press">
276       <action name="Focus"/>
277     </mousebind>
278     <mousebind button="Middle" action="Press">
279       <action name="Focus"/>
280     </mousebind>
281     <mousebind button="Right" action="Press">
282       <action name="Focus"/>
283     </mousebind>
284     <mousebind button="Left" action="Click">
285       <action name="ToggleMaximizeFull"/>
286     </mousebind>
287     <mousebind button="Middle" action="Click">
288       <action name="ToggleMaximizeVert"/>
289     </mousebind>
290     <mousebind button="Right" action="Click">
291       <action name="ToggleMaximizeHorz"/>
292     </mousebind>
293   </context>
294   <context name="Close">
295     <mousebind button="Left" action="Press">
296       <action name="Focus"/>
297     </mousebind>
298     <mousebind button="Left" action="Click">
299       <action name="Close"/>
300     </mousebind>
301   </context>
302   <context name="Desktop">
303     <mousebind button="Up" action="Press">
304       <action name="DesktopPrevious"/>
305     </mousebind>
306     <mousebind button="Down" action="Press">
307       <action name="DesktopNext"/>
308     </mousebind>
309     <mousebind button="A-Up" action="Press">
310       <action name="DesktopPrevious"/>
311     </mousebind>
312     <mousebind button="A-Down" action="Press">
313       <action name="DesktopNext"/>
314     </mousebind>
315     <mousebind button="Left" action="Press">
316       <action name="Focus"/>
317       <action name="Raise"/>
318     </mousebind> 
319     <mousebind button="Middle" action="Press">
320       <action name="ShowMenu"><menu>client-list-menu</menu></action>
321     </mousebind> 
322     <mousebind button="Right" action="Press">
323       <action name="ShowMenu"><menu>don-menu</menu></action>
324     </mousebind>
325   </context>
326   <context name="MoveResize">
327     <mousebind button="Up" action="Press">
328       <action name="DesktopPrevious"/>
329     </mousebind>
330     <mousebind button="Down" action="Press">
331       <action name="DesktopNext"/>
332     </mousebind>
333     <mousebind button="A-Up" action="Press">
334       <action name="DesktopPrevious"/>
335     </mousebind>
336     <mousebind button="A-Down" action="Press">
337       <action name="DesktopNext"/>
338     </mousebind>
339   </context>
340 </mouse>
341
342 <menu>
343   <!-- You can specify more than one menu file in here and they are all loaded,
344        just don't make menu ids clash or, well, it'll be kind of pointless -->
345
346   <!-- system menu file on Debian systems -->
347   <file>/var/lib/openbox/debian-menu.xml</file>
348   
349   <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
350   <file>/home/don/.config/openbox/menu.xml</file>
351 </menu>
352
353 <resistance>
354 <strength>10</strength>
355 <screen_edge_strength>20</screen_edge_strength>
356 </resistance>
357 <resize>
358 <drawContents>no</drawContents>
359 </resize>
360 </openbox_config>