]> Dogcows Code - chaz/openbox/commitdiff
no strut for docks that autohide
authorDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 21:06:23 +0000 (21:06 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 May 2007 21:06:23 +0000 (21:06 +0000)
data/rc.xml
openbox/dock.c

index d96568ef4de9c77b7b4a8f41135d9ea6acfda391..42b45ccea7026a640083c825184567f936f18c1f 100644 (file)
@@ -12,7 +12,7 @@
 
 <focus>
   <focusNew>yes</focusNew>
-  <focusLast>no</focusLast>
+  <focusLast>yes</focusLast>
   <followMouse>no</followMouse>
   <focusDelay>200</focusDelay>
   <raiseOnFocus>no</raiseOnFocus>
@@ -41,7 +41,7 @@
   <animateIconify>yes</animateIconify>
   <font place="ActiveWindow">
     <name>sans</name>
-    <size>7</size>
+    <size>8</size>
     <!-- font size in points -->
     <weight>bold</weight>
     <!-- 'bold' or 'normal' -->
@@ -50,7 +50,7 @@
   </font>
   <font place="InactiveWindow">
     <name>sans</name>
-    <size>7</size>
+    <size>8</size>
     <!-- font size in points -->
     <weight>bold</weight>
     <!-- 'bold' or 'normal' -->
@@ -59,9 +59,9 @@
   </font>
   <font place="MenuHeader">
     <name>sans</name>
-    <size>8</size>
+    <size>9</size>
     <!-- font size in points -->
-    <weight>bold</weight>
+    <weight>normal</weight>
     <!-- 'bold' or 'normal' -->
     <slant>normal</slant>
     <!-- 'italic' or 'normal' -->
@@ -70,7 +70,7 @@
     <name>sans</name>
     <size>9</size>
     <!-- font size in points -->
-    <weight>bold</weight>
+    <weight>normal</weight>
     <!-- 'bold' or 'normal' -->
     <slant>normal</slant>
     <!-- 'italic' or 'normal' -->
index 697261e202dfc9e4fbd6e4203558fa92cf0147e0..8967b8b11b21df59617022e0bd126b94d4c8379d 100644 (file)
@@ -414,7 +414,8 @@ void dock_configure()
     if (!dock->dock_apps) {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
-    } else if (config_dock_floating || config_dock_nostrut) {
+    } else if (config_dock_floating || config_dock_nostrut || config_dock_hide)
+    {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
     } else {
This page took 0.02588 seconds and 4 git commands to generate.