diff --git a/src/mango.c b/src/mango.c index 05a82f7..f2cf4ca 100644 --- a/src/mango.c +++ b/src/mango.c @@ -2991,9 +2991,6 @@ void focusclient(Client *c, int lift) { if (c && !client_surface(c)->mapped) return; - if (c && c->animation.tagouting && !c->animation.tagouting) - return; - if (c && client_should_ignore_focus(c)) { return; }