all repos — openbox @ 89d964d9feacdd07b1037d2c5a073dbbdf3f6304

openbox fork - make it a bit more like ryudo

hide the dock when reconfiguring otherwise the user has to move the mouse over it to make it hide the first time
Dana Jansens danakj@orodu.net
commit

89d964d9feacdd07b1037d2c5a073dbbdf3f6304

parent

4cf0d783f741cd1462f36bd03ef7fa9908975d3d

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

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

@@ -49,6 +49,7 @@

stacking_add(DOCK_AS_WINDOW(dock)); dock_configure(); + dock_hide(TRUE); return; }