diff --git a/src/mango.c b/src/mango.c index e5d9e33..65202f3 100644 --- a/src/mango.c +++ b/src/mango.c @@ -1370,7 +1370,8 @@ void applyrules(Client *c) { int fullscreen_state_backup = c->isfullscreen || client_wants_fullscreen(c); setmon(c, mon, newtags, - !c->isopensilent && !client_should_ignore_focus(c) && + !c->isopensilent && + !(client_is_x11_popup(c) && client_should_ignore_focus(c)) && (!c->istagsilent || !newtags || newtags & mon->tagset[mon->seltags]));