- commit
- 4935b77a1613f5810db14602bd7e484c50d44697
- parent
- 283236d237472768abd045c4a5f726948148bc5b
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-10-14 06:45
fix: focus next after closing window
Diffstat
| M | xiwm.c | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/xiwm.c b/xiwm.c
@@ -523,7 +523,7 @@ unmanage(Client *c) 523 523 for (i = clients; i; i = i->next) 524 524 XChangeProperty(dpy, root, netatom[NetClientList], XA_WINDOW, 32, 525 525 PropModeAppend, (unsigned char *) &(i->win), 1);526 -1 focus(NULL);-1 526 focus(sel[desktop]); 527 527 layout(); 528 528 } 529 529