all repos — openbox @ 12a4cc4cbe382a36ab255676816b9e8bbe457c6b

openbox fork - make it a bit more like ryudo

configre teh dock after finding the new screen sizes
Dana Jansens danakj@orodu.net
commit

12a4cc4cbe382a36ab255676816b9e8bbe457c6b

parent

bfd20c7a847cb70038381d06a0cbe7d003069d28

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

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

@@ -353,8 +353,8 @@

if (ob_state() == OB_STATE_STARTING) return; - dock_configure(); screen_update_areas(); + dock_configure(); for (it = client_list; it; it = it->next) client_move_onscreen(it->data, FALSE);