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
1 changed files with 2 additions and 2 deletions

4
dwl.c
View File

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