raise client on refocus

Might revisit this later, but this currently seems like the right
strategy.
This commit is contained in:
Devin J. Pohly 2020-05-03 00:55:00 -05:00
parent 86d8cb1804
commit cf65fd8c9a

4
dwl.c
View file

@ -853,8 +853,8 @@ refocus(void)
break; break;
} }
} }
/* XXX consider: should this ever? always? raise the client? */ /* XXX Perhaps reconsider whether to raise the client */
focusclient(c, NULL, 0); focusclient(c, NULL, 1);
} }
void void