mirror of
git://git.suckless.org/dwm
synced 2025-04-28 19:30:59 +01:00
focus on view change as well
This commit is contained in:
parent
e3fd306ee2
commit
c2cf829ef9
3
client.c
3
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user