Oops. Don’t kill the current workspace
This commit is contained in:
parent
72d82f3993
commit
ee5cb143c0
@ -643,7 +643,7 @@ int handle_unmap_notify_event(void *data, xcb_connection_t *conn, xcb_unmap_noti
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (workspace_empty)
|
if (workspace_empty && (c_ws != client->workspace))
|
||||||
client->workspace->screen = NULL;
|
client->workspace->screen = NULL;
|
||||||
|
|
||||||
free(client);
|
free(client);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user