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;
|
||||
}
|
||||
|
||||
if (workspace_empty)
|
||||
if (workspace_empty && (c_ws != client->workspace))
|
||||
client->workspace->screen = NULL;
|
||||
|
||||
free(client);
|
||||
|
|
Loading…
Reference in New Issue