focus on view change as well
c2cf829e
1 file(s) · +3 −0
| 65 | 65 | tsel = arg->i; |
|
| 66 | 66 | arrange(NULL); |
|
| 67 | 67 | ||
| 68 | + | if((c = next(clients))) |
|
| 69 | + | focus(c); |
|
| 70 | + | ||
| 68 | 71 | for(c = clients; c; c = next(c->next)) |
|
| 69 | 72 | draw_client(c); |
|
| 70 | 73 | draw_bar(); |