projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3fd306
)
focus on view change as well
author
Anselm R. Garbe
<garbeam@wmii.de>
Fri, 14 Jul 2006 10:11:24 +0000
(12:11 +0200)
committer
Anselm R. Garbe
<garbeam@wmii.de>
Fri, 14 Jul 2006 10:11:24 +0000
(12:11 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 3aae7e0add6d381c9905ef978e01b941a1d14f73..029a59ca2626e900172dbf2990bd78eff5dcd42b 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();