mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-04 07:15:55 -04:00
feat: support scroll maximize and fullscreen window
This commit is contained in:
parent
4922479226
commit
41bab893d1
1 changed files with 2 additions and 1 deletions
|
|
@ -330,7 +330,8 @@ Client *direction_select(const Arg *arg) {
|
||||||
return NULL;
|
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
|
/* We probably should change the name of this, it sounds like
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue