From c2cf829ef9dbfe89775bb20a802432a785a9a04b Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 14 Jul 2006 12:11:24 +0200 Subject: [PATCH] focus on view change as well --- client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client.c b/client.c index 3aae7e0..029a59c 100644 --- a/client.c +++ b/client.c @@ -65,6 +65,9 @@ view(Arg *arg) tsel = arg->i; arrange(NULL); + if((c = next(clients))) + focus(c); + for(c = clients; c; c = next(c->next)) draw_client(c); draw_bar(); -- 1.7.10.4