diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/dock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/dock.c b/openbox/dock.c index 697261e2..8967b8b1 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -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 { |
