diff --git a/src/maomao.c b/src/maomao.c index 9b6e98c..1a17535 100644 --- a/src/maomao.c +++ b/src/maomao.c @@ -3733,7 +3733,7 @@ void focusclient(Client *c, int lift) { if (c && c->animation.tagouting && !c->animation.tagouting) return; - if (c && client_is_x11(c) && !client_surface_wants_focus(c)) { + if (c && !client_surface_wants_focus(c)) { return; }