]> Dogcows Code - chaz/openbox/blob - data/rc.xml
Merge branch 'master' into chaz
[chaz/openbox] / data / rc.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!-- Do not edit this file, it will be overwritten on install.
4 Copy the file to $HOME/.config/openbox/ instead. -->
5
6 <openbox_config xmlns="http://openbox.org/3.4/rc"
7 xmlns:xi="http://www.w3.org/2001/XInclude">
8
9 <resistance>
10 <strength>10</strength>
11 <screen_edge_strength>20</screen_edge_strength>
12 </resistance>
13
14 <focus>
15 <focusNew>yes</focusNew>
16 <!-- always try to focus new windows when they appear. other rules do
17 apply -->
18 <followMouse>no</followMouse>
19 <!-- move focus to a window when you move the mouse into it -->
20 <focusLast>yes</focusLast>
21 <!-- focus the last used window when changing desktops, instead of the one
22 under the mouse pointer. when followMouse is enabled -->
23 <underMouse>no</underMouse>
24 <!-- move focus under the mouse, even when the mouse is not moving -->
25 <focusDelay>200</focusDelay>
26 <!-- when followMouse is enabled, the mouse must be inside the window for
27 this many milliseconds (1000 = 1 sec) before moving focus to it -->
28 <raiseOnFocus>no</raiseOnFocus>
29 <!-- when followMouse is enabled, and a window is given focus by moving the
30 mouse into it, also raise the window -->
31 </focus>
32
33 <placement>
34 <policy>Smart</policy>
35 <!-- 'Smart' or 'UnderMouse' -->
36 <center>yes</center>
37 <!-- whether to place windows in the center of the free area found or
38 the top left corner -->
39 <monitor>Primary</monitor>
40 <!-- with Smart placement on a multi-monitor system, try to place new windows
41 on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
42 the active window is, 'Primary' - only on the primary monitor -->
43 <primaryMonitor>1</primaryMonitor>
44 <!-- The monitor where Openbox should place popup dialogs such as the
45 focus cycling popup, or the desktop switch popup. It can be an index
46 from 1, specifying a particular monitor. Or it can be one of the
47 following: 'Mouse' - where the mouse is, or
48 'Active' - where the active window is -->
49 </placement>
50
51 <theme>
52 <name>Clearlooks</name>
53 <titleLayout>NLIMC</titleLayout>
54 <!--
55 available characters are NDSLIMC, each can occur at most once.
56 N: window icon
57 L: window label (AKA title).
58 I: iconify
59 M: maximize
60 C: close
61 S: shade (roll up/down)
62 D: omnipresent (on all desktops).
63 -->
64 <keepBorder>yes</keepBorder>
65 <animateIconify>yes</animateIconify>
66 <flashFrameDelay>600</flashFrameDelay>
67 <flashFrameDuration>5000</flashFrameDuration>
68 <font place="ActiveWindow">
69 <name>sans</name>
70 <size>8</size>
71 <!-- font size in points -->
72 <weight>bold</weight>
73 <!-- 'bold' or 'normal' -->
74 <slant>normal</slant>
75 <!-- 'italic' or 'normal' -->
76 </font>
77 <font place="InactiveWindow">
78 <name>sans</name>
79 <size>8</size>
80 <!-- font size in points -->
81 <weight>bold</weight>
82 <!-- 'bold' or 'normal' -->
83 <slant>normal</slant>
84 <!-- 'italic' or 'normal' -->
85 </font>
86 <font place="MenuHeader">
87 <name>sans</name>
88 <size>9</size>
89 <!-- font size in points -->
90 <weight>normal</weight>
91 <!-- 'bold' or 'normal' -->
92 <slant>normal</slant>
93 <!-- 'italic' or 'normal' -->
94 </font>
95 <font place="MenuItem">
96 <name>sans</name>
97 <size>9</size>
98 <!-- font size in points -->
99 <weight>normal</weight>
100 <!-- 'bold' or 'normal' -->
101 <slant>normal</slant>
102 <!-- 'italic' or 'normal' -->
103 </font>
104 <font place="ActiveOnScreenDisplay">
105 <name>sans</name>
106 <size>9</size>
107 <!-- font size in points -->
108 <weight>bold</weight>
109 <!-- 'bold' or 'normal' -->
110 <slant>normal</slant>
111 <!-- 'italic' or 'normal' -->
112 </font>
113 <font place="InactiveOnScreenDisplay">
114 <name>sans</name>
115 <size>9</size>
116 <!-- font size in points -->
117 <weight>bold</weight>
118 <!-- 'bold' or 'normal' -->
119 <slant>normal</slant>
120 <!-- 'italic' or 'normal' -->
121 </font>
122 </theme>
123
124 <desktops>
125 <!-- this stuff is only used at startup, pagers allow you to change them
126 during a session
127
128 these are default values to use when other ones are not already set
129 by other applications, or saved in your session
130
131 use obconf if you want to change these without having to log out
132 and back in -->
133 <number>4</number>
134 <firstdesk>1</firstdesk>
135 <names>
136 <!-- set names up here if you want to, like this:
137 <name>desktop 1</name>
138 <name>desktop 2</name>
139 -->
140 </names>
141 <popupTime>875</popupTime>
142 <!-- The number of milliseconds to show the popup for when switching
143 desktops. Set this to 0 to disable the popup. -->
144 </desktops>
145
146 <resize>
147 <drawContents>yes</drawContents>
148 <popupShow>Nonpixel</popupShow>
149 <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
150 <popupPosition>Center</popupPosition>
151 <!-- 'Center', 'Top', or 'Fixed' -->
152 <popupFixedPosition>
153 <!-- these are used if popupPosition is set to 'Fixed' -->
154
155 <x>10</x>
156 <!-- positive number for distance from left edge, negative number for
157 distance from right edge, or 'Center' -->
158 <y>10</y>
159 <!-- positive number for distance from top edge, negative number for
160 distance from bottom edge, or 'Center' -->
161 </popupFixedPosition>
162 </resize>
163
164 <!-- You can reserve a portion of your screen where windows will not cover when
165 they are maximized, or when they are initially placed.
166 Many programs reserve space automatically, but you can use this in other
167 cases. -->
168 <margins>
169 <top>0</top>
170 <bottom>0</bottom>
171 <left>0</left>
172 <right>0</right>
173 </margins>
174
175 <dock>
176 <position>TopLeft</position>
177 <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
178 <floatingX>0</floatingX>
179 <floatingY>0</floatingY>
180 <noStrut>no</noStrut>
181 <stacking>Above</stacking>
182 <!-- 'Above', 'Normal', or 'Below' -->
183 <direction>Vertical</direction>
184 <!-- 'Vertical' or 'Horizontal' -->
185 <autoHide>no</autoHide>
186 <hideDelay>300</hideDelay>
187 <!-- in milliseconds (1000 = 1 second) -->
188 <showDelay>300</showDelay>
189 <!-- in milliseconds (1000 = 1 second) -->
190 <moveButton>Middle</moveButton>
191 <!-- 'Left', 'Middle', 'Right' -->
192 </dock>
193
194 <keyboard>
195 <chainQuitKey>C-g</chainQuitKey>
196
197 <!-- Keybindings for desktop switching -->
198 <keybind key="C-A-Left">
199 <action name="GoToDesktop"><to>left</to><wrap>no</wrap></action>
200 </keybind>
201 <keybind key="C-A-Right">
202 <action name="GoToDesktop"><to>right</to><wrap>no</wrap></action>
203 </keybind>
204 <keybind key="C-A-Up">
205 <action name="GoToDesktop"><to>up</to><wrap>no</wrap></action>
206 </keybind>
207 <keybind key="C-A-Down">
208 <action name="GoToDesktop"><to>down</to><wrap>no</wrap></action>
209 </keybind>
210 <keybind key="S-A-Left">
211 <action name="SendToDesktop"><to>left</to><wrap>no</wrap></action>
212 </keybind>
213 <keybind key="S-A-Right">
214 <action name="SendToDesktop"><to>right</to><wrap>no</wrap></action>
215 </keybind>
216 <keybind key="S-A-Up">
217 <action name="SendToDesktop"><to>up</to><wrap>no</wrap></action>
218 </keybind>
219 <keybind key="S-A-Down">
220 <action name="SendToDesktop"><to>down</to><wrap>no</wrap></action>
221 </keybind>
222 <keybind key="W-F1">
223 <action name="GoToDesktop"><to>1</to></action>
224 </keybind>
225 <keybind key="W-F2">
226 <action name="GoToDesktop"><to>2</to></action>
227 </keybind>
228 <keybind key="W-F3">
229 <action name="GoToDesktop"><to>3</to></action>
230 </keybind>
231 <keybind key="W-F4">
232 <action name="GoToDesktop"><to>4</to></action>
233 </keybind>
234 <keybind key="W-d">
235 <action name="ToggleShowDesktop"/>
236 </keybind>
237
238 <!-- Keybindings for windows -->
239 <keybind key="A-F4">
240 <action name="Close"/>
241 </keybind>
242 <keybind key="A-Escape">
243 <action name="Lower"/>
244 <action name="FocusToBottom"/>
245 <action name="Unfocus"/>
246 </keybind>
247 <keybind key="A-space">
248 <action name="ShowMenu"><menu>client-menu</menu></action>
249 </keybind>
250
251 <!-- Keybindings for window switching -->
252 <keybind key="A-Tab">
253 <action name="NextWindow">
254 <finalactions>
255 <action name="Focus"/>
256 <action name="Raise"/>
257 <action name="Unshade"/>
258 </finalactions>
259 </action>
260 </keybind>
261 <keybind key="A-S-Tab">
262 <action name="PreviousWindow">
263 <finalactions>
264 <action name="Focus"/>
265 <action name="Raise"/>
266 <action name="Unshade"/>
267 </finalactions>
268 </action>
269 </keybind>
270 <keybind key="C-A-Tab">
271 <action name="NextWindow">
272 <panels>yes</panels><desktop>yes</desktop>
273 <finalactions>
274 <action name="Focus"/>
275 <action name="Raise"/>
276 <action name="Unshade"/>
277 </finalactions>
278 </action>
279 </keybind>
280
281 <!-- Keybindings for window switching with the arrow keys -->
282 <keybind key="W-S-Right">
283 <action name="DirectionalCycleWindows">
284 <direction>right</direction>
285 </action>
286 </keybind>
287 <keybind key="W-S-Left">
288 <action name="DirectionalCycleWindows">
289 <direction>left</direction>
290 </action>
291 </keybind>
292 <keybind key="W-S-Up">
293 <action name="DirectionalCycleWindows">
294 <direction>up</direction>
295 </action>
296 </keybind>
297 <keybind key="W-S-Down">
298 <action name="DirectionalCycleWindows">
299 <direction>down</direction>
300 </action>
301 </keybind>
302
303 <!-- Keybindings for running applications -->
304 <keybind key="W-e">
305 <action name="Execute">
306 <startupnotify>
307 <enabled>true</enabled>
308 <name>Konqueror</name>
309 </startupnotify>
310 <command>kfmclient openProfile filemanagement</command>
311 </action>
312 </keybind>
313 </keyboard>
314
315 <mouse>
316 <dragThreshold>1</dragThreshold>
317 <!-- number of pixels the mouse must move before a drag begins -->
318 <doubleClickTime>500</doubleClickTime>
319 <!-- in milliseconds (1000 = 1 second) -->
320 <screenEdgeWarpTime>400</screenEdgeWarpTime>
321 <!-- Time before changing desktops when the pointer touches the edge of the
322 screen while moving a window, in milliseconds (1000 = 1 second).
323 Set this to 0 to disable warping -->
324 <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
325 <!-- Set this to TRUE to move the mouse pointer across the desktop when
326 switching due to hitting the edge of the screen -->
327
328 <context name="Frame">
329 <mousebind button="A-Left" action="Press">
330 <action name="Focus"/>
331 <action name="Raise"/>
332 </mousebind>
333 <mousebind button="A-Left" action="Click">
334 <action name="Unshade"/>
335 </mousebind>
336 <mousebind button="A-Left" action="Drag">
337 <action name="Move"/>
338 </mousebind>
339
340 <mousebind button="A-Right" action="Press">
341 <action name="Focus"/>
342 <action name="Raise"/>
343 <action name="Unshade"/>
344 </mousebind>
345 <mousebind button="A-Right" action="Drag">
346 <action name="Resize"/>
347 </mousebind>
348
349 <mousebind button="A-Middle" action="Press">
350 <action name="Lower"/>
351 <action name="FocusToBottom"/>
352 <action name="Unfocus"/>
353 </mousebind>
354
355 <mousebind button="A-Up" action="Click">
356 <action name="GoToDesktop"><to>previous</to></action>
357 </mousebind>
358 <mousebind button="A-Down" action="Click">
359 <action name="GoToDesktop"><to>next</to></action>
360 </mousebind>
361 <mousebind button="C-A-Up" action="Click">
362 <action name="GoToDesktop"><to>previous</to></action>
363 </mousebind>
364 <mousebind button="C-A-Down" action="Click">
365 <action name="GoToDesktop"><to>next</to></action>
366 </mousebind>
367 <mousebind button="A-S-Up" action="Click">
368 <action name="SendToDesktop"><to>previous</to></action>
369 </mousebind>
370 <mousebind button="A-S-Down" action="Click">
371 <action name="SendToDesktop"><to>next</to></action>
372 </mousebind>
373 </context>
374
375 <context name="Titlebar">
376 <mousebind button="Left" action="Drag">
377 <action name="Move"/>
378 </mousebind>
379 <mousebind button="Left" action="DoubleClick">
380 <action name="ToggleMaximize"/>
381 </mousebind>
382
383 <mousebind button="Up" action="Click">
384 <action name="if">
385 <shaded>no</shaded>
386 <then>
387 <action name="Shade"/>
388 <action name="FocusToBottom"/>
389 <action name="Unfocus"/>
390 <action name="Lower"/>
391 </then>
392 </action>
393 </mousebind>
394 <mousebind button="Down" action="Click">
395 <action name="if">
396 <shaded>yes</shaded>
397 <then>
398 <action name="Unshade"/>
399 <action name="Raise"/>
400 </then>
401 </action>
402 </mousebind>
403 </context>
404
405 <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
406 <mousebind button="Left" action="Press">
407 <action name="Focus"/>
408 <action name="Raise"/>
409 <action name="Unshade"/>
410 </mousebind>
411
412 <mousebind button="Middle" action="Press">
413 <action name="Lower"/>
414 <action name="FocusToBottom"/>
415 <action name="Unfocus"/>
416 </mousebind>
417
418 <mousebind button="Right" action="Press">
419 <action name="Focus"/>
420 <action name="Raise"/>
421 <action name="ShowMenu"><menu>client-menu</menu></action>
422 </mousebind>
423 </context>
424
425 <context name="Top">
426 <mousebind button="Left" action="Drag">
427 <action name="Resize"><edge>top</edge></action>
428 </mousebind>
429 </context>
430
431 <context name="Left">
432 <mousebind button="Left" action="Drag">
433 <action name="Resize"><edge>left</edge></action>
434 </mousebind>
435 </context>
436
437 <context name="Right">
438 <mousebind button="Left" action="Drag">
439 <action name="Resize"><edge>right</edge></action>
440 </mousebind>
441 </context>
442
443 <context name="Bottom">
444 <mousebind button="Left" action="Drag">
445 <action name="Resize"><edge>bottom</edge></action>
446 </mousebind>
447
448 <mousebind button="Right" action="Press">
449 <action name="Focus"/>
450 <action name="Raise"/>
451 <action name="ShowMenu"><menu>client-menu</menu></action>
452 </mousebind>
453 </context>
454
455 <context name="TRCorner BRCorner TLCorner BLCorner">
456 <mousebind button="Left" action="Press">
457 <action name="Focus"/>
458 <action name="Raise"/>
459 <action name="Unshade"/>
460 </mousebind>
461 <mousebind button="Left" action="Drag">
462 <action name="Resize"/>
463 </mousebind>
464 </context>
465
466 <context name="Client">
467 <mousebind button="Left" action="Press">
468 <action name="Focus"/>
469 <action name="Raise"/>
470 </mousebind>
471 <mousebind button="Middle" action="Press">
472 <action name="Focus"/>
473 <action name="Raise"/>
474 </mousebind>
475 <mousebind button="Right" action="Press">
476 <action name="Focus"/>
477 <action name="Raise"/>
478 </mousebind>
479 </context>
480
481 <context name="Icon">
482 <mousebind button="Left" action="Press">
483 <action name="Focus"/>
484 <action name="Raise"/>
485 <action name="Unshade"/>
486 <action name="ShowMenu"><menu>client-menu</menu></action>
487 </mousebind>
488 <mousebind button="Right" action="Press">
489 <action name="Focus"/>
490 <action name="Raise"/>
491 <action name="ShowMenu"><menu>client-menu</menu></action>
492 </mousebind>
493 </context>
494
495 <context name="AllDesktops">
496 <mousebind button="Left" action="Press">
497 <action name="Focus"/>
498 <action name="Raise"/>
499 <action name="Unshade"/>
500 </mousebind>
501 <mousebind button="Left" action="Click">
502 <action name="ToggleOmnipresent"/>
503 </mousebind>
504 </context>
505
506 <context name="Shade">
507 <mousebind button="Left" action="Press">
508 <action name="Focus"/>
509 <action name="Raise"/>
510 </mousebind>
511 <mousebind button="Left" action="Click">
512 <action name="ToggleShade"/>
513 </mousebind>
514 </context>
515
516 <context name="Iconify">
517 <mousebind button="Left" action="Press">
518 <action name="Focus"/>
519 <action name="Raise"/>
520 </mousebind>
521 <mousebind button="Left" action="Click">
522 <action name="Iconify"/>
523 </mousebind>
524 </context>
525
526 <context name="Maximize">
527 <mousebind button="Left" action="Press">
528 <action name="Focus"/>
529 <action name="Raise"/>
530 <action name="Unshade"/>
531 </mousebind>
532 <mousebind button="Middle" action="Press">
533 <action name="Focus"/>
534 <action name="Raise"/>
535 <action name="Unshade"/>
536 </mousebind>
537 <mousebind button="Right" action="Press">
538 <action name="Focus"/>
539 <action name="Raise"/>
540 <action name="Unshade"/>
541 </mousebind>
542 <mousebind button="Left" action="Click">
543 <action name="ToggleMaximize"/>
544 </mousebind>
545 <mousebind button="Middle" action="Click">
546 <action name="ToggleMaximize"><direction>vertical</direction></action>
547 </mousebind>
548 <mousebind button="Right" action="Click">
549 <action name="ToggleMaximize"><direction>horizontal</direction></action>
550 </mousebind>
551 </context>
552
553 <context name="Close">
554 <mousebind button="Left" action="Press">
555 <action name="Focus"/>
556 <action name="Raise"/>
557 <action name="Unshade"/>
558 </mousebind>
559 <mousebind button="Left" action="Click">
560 <action name="Close"/>
561 </mousebind>
562 </context>
563
564 <context name="Desktop">
565 <mousebind button="Up" action="Click">
566 <action name="GoToDesktop"><to>previous</to></action>
567 </mousebind>
568 <mousebind button="Down" action="Click">
569 <action name="GoToDesktop"><to>next</to></action>
570 </mousebind>
571
572 <mousebind button="A-Up" action="Click">
573 <action name="GoToDesktop"><to>previous</to></action>
574 </mousebind>
575 <mousebind button="A-Down" action="Click">
576 <action name="GoToDesktop"><to>next</to></action>
577 </mousebind>
578 <mousebind button="C-A-Up" action="Click">
579 <action name="GoToDesktop"><to>previous</to></action>
580 </mousebind>
581 <mousebind button="C-A-Down" action="Click">
582 <action name="GoToDesktop"><to>next</to></action>
583 </mousebind>
584
585 <mousebind button="Left" action="Press">
586 <action name="Focus"/>
587 <action name="Raise"/>
588 </mousebind>
589 <mousebind button="Right" action="Press">
590 <action name="Focus"/>
591 <action name="Raise"/>
592 </mousebind>
593 </context>
594
595 <context name="Root">
596 <!-- Menus -->
597 <mousebind button="Middle" action="Press">
598 <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
599 </mousebind>
600 <mousebind button="Right" action="Press">
601 <action name="ShowMenu"><menu>root-menu</menu></action>
602 </mousebind>
603 </context>
604
605 <context name="MoveResize">
606 <mousebind button="Up" action="Click">
607 <action name="GoToDesktop"><to>previous</to></action>
608 </mousebind>
609 <mousebind button="Down" action="Click">
610 <action name="GoToDesktop"><to>next</to></action>
611 </mousebind>
612 <mousebind button="A-Up" action="Click">
613 <action name="GoToDesktop"><to>previous</to></action>
614 </mousebind>
615 <mousebind button="A-Down" action="Click">
616 <action name="GoToDesktop"><to>next</to></action>
617 </mousebind>
618 </context>
619 </mouse>
620
621 <menu>
622 <!-- You can specify more than one menu file in here and they are all loaded,
623 just don't make menu ids clash or, well, it'll be kind of pointless -->
624
625 <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
626 <file>menu.xml</file>
627 <hideDelay>200</hideDelay>
628 <!-- if a press-release lasts longer than this setting (in milliseconds), the
629 menu is hidden again -->
630 <middle>no</middle>
631 <!-- center submenus vertically about the parent entry -->
632 <submenuShowDelay>100</submenuShowDelay>
633 <!-- time to delay before showing a submenu after hovering over the parent
634 entry.
635 if this is a negative value, then the delay is infinite and the
636 submenu will not be shown until it is clicked on -->
637 <submenuHideDelay>400</submenuHideDelay>
638 <!-- time to delay before hiding a submenu when selecting another
639 entry in parent menu
640 if this is a negative value, then the delay is infinite and the
641 submenu will not be hidden until a different submenu is opened -->
642 <showIcons>yes</showIcons>
643 <!-- controls if icons appear in the client-list-(combined-)menu -->
644 <manageDesktops>yes</manageDesktops>
645 <!-- show the manage desktops section in the client-list-(combined-)menu -->
646 </menu>
647
648 <applications>
649 <!--
650 # this is an example with comments through out. use these to make your
651 # own rules, but without the comments of course.
652 # you may use one or more of the name/class/role/title/type rules to specify
653 # windows to match
654
655 <application name="the window's _OB_APP_NAME property (see obxprop)"
656 class="the window's _OB_APP_CLASS property (see obxprop)"
657 groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
658 groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
659 role="the window's _OB_APP_ROLE property (see obxprop)"
660 title="the window's _OB_APP_TITLE property (see obxprop)"
661 type="the window's _OB_APP_TYPE property (see obxprob)..
662 (if unspecified, then it is 'dialog' for child windows)">
663 # you may set only one of name/class/role/title/type, or you may use more
664 # than one together to restrict your matches.
665
666 # the name, class, role, and title use simple wildcard matching such as those
667 # used by a shell. you can use * to match any characters and ? to match
668 # any single character.
669
670 # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
671 # or desktop
672
673 # when multiple rules match a window, they will all be applied, in the
674 # order that they appear in this list
675
676
677 # each rule element can be left out or set to 'default' to specify to not
678 # change that attribute of the window
679
680 <decor>yes</decor>
681 # enable or disable window decorations
682
683 <shade>no</shade>
684 # make the window shaded when it appears, or not
685
686 <position force="no">
687 # the position is only used if both an x and y coordinate are provided
688 # (and not set to 'default')
689 # when force is "yes", then the window will be placed here even if it
690 # says you want it placed elsewhere. this is to override buggy
691 # applications who refuse to behave
692 <x>center</x>
693 # a number like 50, or 'center' to center on screen. use a negative number
694 # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
695 # the right edge (or bottom). use 'default' to specify using value
696 # provided by the application, or chosen by openbox, instead.
697 <y>200</y>
698 <monitor>1</monitor>
699 # specifies the monitor in a xinerama setup.
700 # 1 is the first head, or 'mouse' for wherever the mouse is
701 </position>
702
703 <size>
704 # the size to make the window.
705 <width>20</width>
706 # a number like 20, or 'default' to use the size given by the application.
707 # you can use fractions such as 1/2 or percentages such as 75% in which
708 # case the value is relative to the size of the monitor that the window
709 # appears on.
710 <height>30%</height>
711 </size>
712
713 <focus>yes</focus>
714 # if the window should try be given focus when it appears. if this is set
715 # to yes it doesn't guarantee the window will be given focus. some
716 # restrictions may apply, but Openbox will try to
717
718 <desktop>1</desktop>
719 # 1 is the first desktop, 'all' for all desktops
720
721 <layer>normal</layer>
722 # 'above', 'normal', or 'below'
723
724 <iconic>no</iconic>
725 # make the window iconified when it appears, or not
726
727 <skip_pager>no</skip_pager>
728 # asks to not be shown in pagers
729
730 <skip_taskbar>no</skip_taskbar>
731 # asks to not be shown in taskbars. window cycling actions will also
732 # skip past such windows
733
734 <fullscreen>yes</fullscreen>
735 # make the window in fullscreen mode when it appears
736
737 <maximized>true</maximized>
738 # 'Horizontal', 'Vertical' or boolean (yes/no)
739
740 <opacity>255</opacity>
741 # make the window semi-transparent
742 # value between 0 and 255, inclusive; 0 invisible, 255 fully opaque
743 </application>
744
745 # end of the example
746 -->
747 </applications>
748
749 </openbox_config>
This page took 0.06528 seconds and 4 git commands to generate.