Avoid flashing of surf when it is run in tabbed. Thanks Carlos Pita!
1 files changed, 2 insertions(+), 1 deletions(-) M tabbed.c
M tabbed.c => tabbed.c +2 -1
@@ 641,7 641,8 @@ manage(Window w) { updatetitle(c); drawbar(); - XMapRaised(dpy, w); + XLowerWindow(dpy, w); + XMapWindow(dpy, w); e.xclient.window = w; e.xclient.type = ClientMessage;