all repos — openbox @ eb7a3a0638c12ea4f42cd9e62ba33369e8e06327

openbox fork - make it a bit more like ryudo

im just leaving the dock alone..
Dana Jansens danakj@orodu.net
commit

eb7a3a0638c12ea4f42cd9e62ba33369e8e06327

parent

7a39cb3e8db767effc47508168b4b1dffb321224

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/dock.copenbox/dock.c

@@ -414,7 +414,7 @@ /* set the strut */

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);