Setting the XEMBED environment variable. Thanks Kyle Kramer for the suggestion!
1 files changed, 2 insertions(+), 0 deletions(-) M tabbed.c
M tabbed.c => tabbed.c +2 -0
@@ 913,6 913,8 @@ setup(void) { XSetWMProtocols(dpy, win, &wmatom[WMDelete], 1); snprintf(winid, sizeof(winid), "%lu", win); + setenv("XEMBED", winid, 1); + nextfocus = foreground; focus(-1); }