Bugfix: Don’t hide assigned clients to inactive but visible workspaces (Thanks xeen)
This commit is contained in:
parent
fee5add721
commit
51ad4baa41
|
@ -342,6 +342,7 @@ void reparent_window(xcb_connection_t *conn, xcb_window_t child,
|
||||||
new->workspace = t_ws;
|
new->workspace = t_ws;
|
||||||
old_focused = new->container->currently_focused;
|
old_focused = new->container->currently_focused;
|
||||||
|
|
||||||
|
if (t_ws->screen->current_workspace != t_ws->num)
|
||||||
xcb_unmap_window(conn, new->frame);
|
xcb_unmap_window(conn, new->frame);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue