summaryrefslogtreecommitdiff
path: root/openbox/dock.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/dock.c')
-rw-r--r--openbox/dock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/dock.c b/openbox/dock.c
index 8967b8b1..ae42ab9d 100644
--- a/openbox/dock.c
+++ b/openbox/dock.c
@@ -414,7 +414,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 || config_dock_nostrut || config_dock_hide)
+ } 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);