From 88cc91b85ad3c58d5f672ade85fdbb44781b8cba Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 2 Aug 2025 20:09:18 +0700 Subject: [PATCH] fix laggy search bar anim when overview is disabled --- .config/quickshell/ii/modules/overview/Overview.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/quickshell/ii/modules/overview/Overview.qml b/.config/quickshell/ii/modules/overview/Overview.qml index 6de20d41a..80c692b6b 100644 --- a/.config/quickshell/ii/modules/overview/Overview.qml +++ b/.config/quickshell/ii/modules/overview/Overview.qml @@ -40,6 +40,8 @@ Scope { anchors { top: true bottom: true + left: !(Config?.options.overview.enable ?? true) + right: !(Config?.options.overview.enable ?? true) } HyprlandFocusGrab {