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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue