diff --git a/src/tag.c b/src/tag.c index ade87fd..1505862 100644 --- a/src/tag.c +++ b/src/tag.c @@ -105,7 +105,7 @@ tag_transfert(Client *c, int tag) arrange(c->screen, True); - if(c == sel) + if(c == sel && c->tag != tag) client_focus(NULL); client_update_attributes(c);