Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
focus on view change as well
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
3aae7e0
..
029a59c
100644
(file)
--- 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();