raise client on refocus
Might revisit this later, but this currently seems like the right strategy.
This commit is contained in:
parent
86d8cb1804
commit
cf65fd8c9a
1 changed files with 2 additions and 2 deletions
4
dwl.c
4
dwl.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue