]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
noStrut actually works now
[chaz/openbox] / openbox / dock.c
index b127d40b376e4dfc6a3ba2078ad72bd6b8fc0140..ac09a91332e19a77873232bac42a9746cfdd4261 100644 (file)
@@ -410,7 +410,7 @@ 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) {
+    } else if (config_dock_floating || config_dock_nostrut) {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
     } else {
This page took 0.019677 seconds and 4 git commands to generate.