xiwm

simple window manager
git clone https://git.ce9e.org/xiwm.git

commit
171769e2dd94fa81b72b12b68a1f51768d60a7d4
parent
ce0670e8b45a35058ccb52c42a500a102365f1f3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-10-13 08:30
do not manually write focus in manage()

Diffstat

M xiwm.c 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/xiwm.c b/xiwm.c

@@ -539,8 +539,6 @@ manage(Window w, XWindowAttributes *wa)
  539   539 		PropModeAppend, (unsigned char *) &(c->win), 1);
  540   540 	XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */
  541   541 	xsetclientstate(c, NormalState);
  542    -1 	unfocus(sel);
  543    -1 	sel = c;
  544   542 	arrange();
  545   543 	XMapWindow(dpy, c->win);
  546   544 	focus(NULL);