all repos — openbox @ a25c5b855c006c1fe5d27c7c2f474fc463df98b6

openbox fork - make it a bit more like ryudo

lower the screen support win at startup. this way we don't map everything over top of the kde splash screen. and other windows wont get burried under the desktop window this way too, like amarok's osd.
Dana Jansens danakj@orodu.net
commit

a25c5b855c006c1fe5d27c7c2f474fc463df98b6

parent

3c4d73c48403198a7d2db8d36a6174082840b58d

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

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

@@ -170,6 +170,7 @@ CopyFromParent, InputOutput,

CopyFromParent, CWOverrideRedirect, &attrib); XMapWindow(ob_display, screen_support_win); + XLowerWindow(ob_display, screen_support_win); if (!replace_wm()) { XDestroyWindow(ob_display, screen_support_win);