quick typo fix
This commit is contained in:
parent
d6bdd03d91
commit
c53b29e60b
4
dwm.c
4
dwm.c
@ -815,8 +815,8 @@ void
|
|||||||
focus(Client *c) {
|
focus(Client *c) {
|
||||||
if(!c || !ISVISIBLE(c))
|
if(!c || !ISVISIBLE(c))
|
||||||
for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
|
for(c = selmon->stack; c && !ISVISIBLE(c); c = c->snext);
|
||||||
// if(selmon->sel)
|
/* if(selmon->sel)
|
||||||
// unfocus(selmon->sel);
|
unfocus(selmon->sel);*/
|
||||||
if(c) {
|
if(c) {
|
||||||
if(c->mon != selmon)
|
if(c->mon != selmon)
|
||||||
selmon = c->mon;
|
selmon = c->mon;
|
||||||
|
Loading…
Reference in New Issue
Block a user