opt: allow scroller in multi tag view
This commit is contained in:
@@ -3657,7 +3657,7 @@ void focusclient(Client *c, int lift) {
|
|||||||
|
|
||||||
// decide whether need to re-arrange
|
// decide whether need to re-arrange
|
||||||
if (c && selmon->prevsel && !selmon->prevsel->isfloating &&
|
if (c && selmon->prevsel && !selmon->prevsel->isfloating &&
|
||||||
selmon->prevsel->tags == c->tags && !c->isfloating &&
|
(selmon->prevsel->tags & selmon->tagset[selmon->seltags]) && (c->tags & selmon->tagset[selmon->seltags]) && !c->isfloating &&
|
||||||
!c->isfullscreen &&
|
!c->isfullscreen &&
|
||||||
strcmp(selmon->pertag->ltidxs[selmon->pertag->curtag]->name,
|
strcmp(selmon->pertag->ltidxs[selmon->pertag->curtag]->name,
|
||||||
"scroller") == 0) {
|
"scroller") == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user