all repos — openbox @ 1b59b9f6e064008e1fb085fcfda7a847a0422696

openbox fork - make it a bit more like ryudo

cleaner code yay
Dana Jansens danakj@orodu.net
commit

1b59b9f6e064008e1fb085fcfda7a847a0422696

parent

ba2de2d512de0a2f19081ed76c550382e5af7294

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

jump to
M tests/grav.ctests/grav.c

@@ -49,7 +49,9 @@

XMapWindow(display, win); XFlush(display); - XMoveResizeWindow(display, win, 1172-600-b*2, 668-150-b*2, 600, 150); + w = 600; + h = 160; + XMoveResizeWindow(display, win, 1172-w-b*2, 668-h-b*2, w, h); XFlush(display); sleep(1); XResizeWindow(display, win, 900, 275);