From 41bab893d1182143f3d7bbe6c7a0a4ca9eb39717 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 15 Nov 2025 00:08:57 +0800 Subject: [PATCH] feat: support scroll maximize and fullscreen window --- src/fetch/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fetch/client.h b/src/fetch/client.h index 5b90ed8..c2b0abd 100644 --- a/src/fetch/client.h +++ b/src/fetch/client.h @@ -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