Commit c2cf829

Anselm R. Garbe <garbeam@wmii.de>
2006-07-14 06:11:24
focus on view change as well
1 parent e3fd306
Changed files (1)
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();