~kris/suckless

tabbed

a7d7358a2cc159127989d835792535f2ca95c43a — Christoph Lohmann 13 years ago 94add5a
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);
}