From dcf3979c00043c2789ea4449a573d1a47081d460 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Tue, 15 Feb 2011 17:59:25 +0100 Subject: [PATCH] Add removed things from bacadi55 commits --- src/client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client.c b/src/client.c index 0304aca..a63fa0b 100644 --- a/src/client.c +++ b/src/client.c @@ -1142,6 +1142,9 @@ client_set_rules(Client *c) if(!conf.rule[i].ignoretags) tags[c->screen][c->tag].layout.func(c->screen); + + if(conf.rule[i].follow_client) + seltag[c->screen] = c->tag; } } }