quick typo fix
c53b29e6
1 file(s) · +2 −2
| 815 | 815 | focus(Client *c) { |
|
| 816 | 816 | if(!c || !ISVISIBLE(c)) |
|
| 817 | 817 | for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext); |
|
| 818 | - | // if(selmon->sel) |
|
| 819 | - | // unfocus(selmon->sel); |
|
| 818 | + | /* if(selmon->sel) |
|
| 819 | + | unfocus(selmon->sel);*/ |
|
| 820 | 820 | if(c) { |
|
| 821 | 821 | if(c->mon != selmon) |
|
| 822 | 822 | selmon = c->mon; |