diff options
Diffstat (limited to '')
| -rw-r--r-- | src/tilite.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tilite.c b/src/tilite.c index 54831a6..cd9bdb7 100644 --- a/src/tilite.c +++ b/src/tilite.c @@ -307,6 +307,9 @@ void change_workspace(int ws) { in_ws_switch = True; XGrabServer(dpy); + XDeleteProperty(dpy, root, atoms[ATOM_NET_ACTIVE_WINDOW]); + XFlush(dpy); + for (client_t *c = workspaces[current_ws]; c; c = c->next) { if (c->mapped) { XUnmapWindow(dpy, c->win); |
