Client: Fix mistake
This commit is contained in:
@@ -1070,7 +1070,7 @@ client_set_rules(Client *c)
|
||||
c->flags |= MaxFlag;
|
||||
}
|
||||
|
||||
if(c->tag != seltag[c->screen])
|
||||
if(c->tag != seltag[selscreen])
|
||||
{
|
||||
tags[c->screen][c->tag].request_update = True;
|
||||
client_focus(NULL);
|
||||
|
||||
Reference in New Issue
Block a user