]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
no strut for docks that autohide
[chaz/openbox] / openbox / dock.c
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.019856 seconds and 4 git commands to generate.