feat: support scroll maximize and fullscreen window

This commit is contained in:
DreamMaoMao 2025-11-15 00:08:57 +08:00
parent 4922479226
commit 41bab893d1

View file

@ -330,7 +330,8 @@ Client *direction_select(const Arg *arg) {
return NULL;
}
return find_client_by_direction(tc, arg, true, is_scroller_layout(selmon));
return find_client_by_direction(
tc, arg, true, is_scroller_layout(selmon) && !selmon->isoverview);
}
/* We probably should change the name of this, it sounds like