]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml.in
add new Clearlooks themes. Make Clearlooks the default theme.
[chaz/openbox] / data / rc.xml.in
index b07a8cdce3362edd17910cf4613b371d88ba3a48..69b2484bb6ff326b39eeba3553fbc285a0867b0e 100644 (file)
 
 <focus>
   <focusNew>yes</focusNew>
-  <followMouse>no</followMouse>
   <focusLast>no</focusLast>
+  <followMouse>no</followMouse>
   <focusDelay>0</focusDelay>
   <raiseOnFocus>no</raiseOnFocus>
 </focus>
 
-<theme>
-  <name>TheBear</name>
-  <titlelayout>NLIMC</titlelayout>
-</theme>
-
 <placement>
   <policy>Smart</policy>
+  <!-- 'Smart' or 'UnderMouse' -->
 </placement>
 
+<theme>
+  <name>Clearlooks</name>
+  <titleLayout>NLIMC</titleLayout>
+  <titleNumber>yes</titleNumber>
+  <!--
+      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>
+  <font place="ActiveWindow">
+    <name>sans</name>
+    <size>7</size>
+    <weight>bold</weight>
+    <slant>normal</slant>
+  </font>
+  <font place="InactiveWindow">
+    <name>sans</name>
+    <size>7</size>
+    <weight>bold</weight>
+    <slant>normal</slant>
+  </font>
+  <font place="MenuHeader">
+    <name>sans</name>
+    <size>8</size>
+    <weight>bold</weight>
+    <slant>normal</slant>
+  </font>
+  <font place="MenuItem">
+    <name>sans</name>
+    <size>9</size>
+    <weight>bold</weight>
+    <slant>normal</slant>
+  </font>
+  <font place="OnScreenDisplay">
+    <name>sans</name>
+    <size>9</size>
+    <weight>bold</weight>
+    <slant>normal</slant>
+  </font>
+</theme>
+
 <desktops>
   <number>4</number>
   <firstdesk>1</firstdesk>
 
 <resize>
   <drawContents>yes</drawContents>
+  <popupShow>Nonpixel</popupShow>
+  <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
+  <popupPosition>Center</popupPosition>
+  <!-- 'Center' or 'Top' -->
 </resize>
 
 <dock>
   <position>TopLeft</position>
-  <stacking>Top</stacking>
-  <direction>Vertical</direction>
+  <!-- (Top|Bottom)(Left|Right|)|Left|Right|Floating -->
   <floatingX>0</floatingX>
   <floatingY>0</floatingY>
+  <noStrut>no</noStrut>
+  <stacking>Above</stacking>
+  <direction>Vertical</direction>
+  <!-- 'Vertical' or 'Horizontal' -->
   <autoHide>no</autoHide>
   <hideDelay>300</hideDelay>
-  <desktopMenuIcons>yes</desktopMenuIcons>
-  <moveButton>A-Left</moveButton>
+  <showDelay>300</showDelay>
+  <moveButton>Middle</moveButton>
 </dock>
 
 <keyboard>
   <keybind key="A-S-Tab">
     <action name="PreviousWindow"/>
   </keybind>
+  <keybind key="C-A-Tab">
+    <action name="NextWindow"><panels>yes</panels></action>
+  </keybind>
+  <keybind key="C-A-S-Tab">
+    <action name="PreviousWindow"><panels>yes</panels></action>
+  </keybind>
   <keybind key="A-F7">
     <action name="Move"/>
   </keybind>
 
   <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
   <file>menu.xml</file>
+  <warpPointer>yes</warpPointer>
+  <xorStyle>yes</xorStyle>
+  <hideDelay>250</hideDelay>
+  <middle>no</middle>
+  <submenuShowDelay>0</submenuShowDelay>
+  <desktopMenuIcons>yes</desktopMenuIcons>
+  <!-- -->
 </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>
This page took 0.025365 seconds and 4 git commands to generate.