update rc.xml.in, also thanks to jonas k��lker
This commit is contained in:
parent
dd33cfe70b
commit
6212b7c19b
1 changed files with 60 additions and 9 deletions
|
@ -16,21 +16,34 @@
|
||||||
|
|
||||||
<focus>
|
<focus>
|
||||||
<focusNew>yes</focusNew>
|
<focusNew>yes</focusNew>
|
||||||
<followMouse>no</followMouse>
|
|
||||||
<focusLast>no</focusLast>
|
<focusLast>no</focusLast>
|
||||||
|
<followMouse>no</followMouse>
|
||||||
<focusDelay>0</focusDelay>
|
<focusDelay>0</focusDelay>
|
||||||
<raiseOnFocus>no</raiseOnFocus>
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
</focus>
|
</focus>
|
||||||
|
|
||||||
|
<placement>
|
||||||
|
<policy>Smart</policy>
|
||||||
|
<!-- 'Smart' or 'UnderMouse' -->
|
||||||
|
</placement>
|
||||||
|
|
||||||
<theme>
|
<theme>
|
||||||
<name>TheBear</name>
|
<name>TheBear</name>
|
||||||
<titlelayout>NLIMC</titlelayout>
|
<titlelayout>NLIMC</titlelayout>
|
||||||
|
<!--
|
||||||
|
avaible characters are NDSLIMC, each can occur at most once.
|
||||||
|
N: client menu
|
||||||
|
L: window label (AKA title).
|
||||||
|
I: iconify
|
||||||
|
M: maximize
|
||||||
|
C: close
|
||||||
|
S: shade
|
||||||
|
D: omnipresent (on all desktops).
|
||||||
|
-->
|
||||||
|
<keepBorder>yes</keepBorder>
|
||||||
|
<hideDisabled>no</hideDisabled>
|
||||||
</theme>
|
</theme>
|
||||||
|
|
||||||
<placement>
|
|
||||||
<policy>Smart</policy>
|
|
||||||
</placement>
|
|
||||||
|
|
||||||
<desktops>
|
<desktops>
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
<firstdesk>1</firstdesk>
|
<firstdesk>1</firstdesk>
|
||||||
|
@ -45,18 +58,25 @@
|
||||||
<resize>
|
<resize>
|
||||||
<drawContents>yes</drawContents>
|
<drawContents>yes</drawContents>
|
||||||
<fourCorners>no</fourCorners>
|
<fourCorners>no</fourCorners>
|
||||||
|
<popupShow>Nonpixel</popupShow>
|
||||||
|
<!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
|
||||||
|
<popupPosition>Center</popupPosition>
|
||||||
|
<!-- 'Center' or 'Top' -->
|
||||||
</resize>
|
</resize>
|
||||||
|
|
||||||
<dock>
|
<dock>
|
||||||
<position>TopLeft</position>
|
<position>TopLeft</position>
|
||||||
<stacking>Top</stacking>
|
<!-- (Top|Bottom)(Left|Right|)|Left|Right|Floating -->
|
||||||
<direction>Vertical</direction>
|
|
||||||
<floatingX>0</floatingX>
|
<floatingX>0</floatingX>
|
||||||
<floatingY>0</floatingY>
|
<floatingY>0</floatingY>
|
||||||
|
<noStrut>no</noStrut>
|
||||||
|
<stacking>Top</stacking>
|
||||||
|
<direction>Vertical</direction>
|
||||||
|
<!-- 'Vertical' or 'Horizontal' -->
|
||||||
<autoHide>no</autoHide>
|
<autoHide>no</autoHide>
|
||||||
<hideDelay>300</hideDelay>
|
<hideDelay>300</hideDelay>
|
||||||
<desktopMenuIcons>yes</desktopMenuIcons>
|
<showDelay>300</showDelay>
|
||||||
<moveButton>A-Left</moveButton>
|
<moveButton>Middle</moveButton>
|
||||||
</dock>
|
</dock>
|
||||||
|
|
||||||
<keyboard>
|
<keyboard>
|
||||||
|
@ -350,6 +370,37 @@
|
||||||
|
|
||||||
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
|
||||||
<file>menu.xml</file>
|
<file>menu.xml</file>
|
||||||
|
<warpPointer>yes</warpPointer>
|
||||||
|
<xorStyle>yes</xorStyle>
|
||||||
|
<hideDelay>250</hideDelay>
|
||||||
|
<submenuShowDelay>0</submenuShowDelay>
|
||||||
|
<desktopMenuIcons>yes</desktopMenuIcons>
|
||||||
|
<!-- -->
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
<applications>
|
||||||
|
<!--
|
||||||
|
<application name="this application does not exist">
|
||||||
|
<decor>yes</decor>
|
||||||
|
<shade>no</shade>
|
||||||
|
<position>
|
||||||
|
<x>center</x>
|
||||||
|
<y>200</y>
|
||||||
|
</position>
|
||||||
|
<focus>yes</focus>
|
||||||
|
<desktop>1</desktop>
|
||||||
|
<head>0</head>
|
||||||
|
# specifies xinerama head
|
||||||
|
<layer>normal</layer>
|
||||||
|
# 'above', 'normal', or 'below'
|
||||||
|
<iconic>no</iconic>
|
||||||
|
<skip_pager>no</skip_pager>
|
||||||
|
<skip_taskbar>no</skip_taskbar>
|
||||||
|
<fullscreen>yes</fullscreen>
|
||||||
|
<maximized>true</maximized>
|
||||||
|
# 'Horizontal', 'Vertical' or boolean (yes/no/on/off/true/false)
|
||||||
|
</application>
|
||||||
|
-->
|
||||||
|
</applications>
|
||||||
|
|
||||||
</openbox_config>
|
</openbox_config>
|
||||||
|
|
Loading…
Reference in a new issue