fix laggy search bar anim when overview is disabled

This commit is contained in:
end-4
2025-08-02 20:09:18 +07:00
parent d4b8ded6c8
commit 88cc91b85a
@@ -40,6 +40,8 @@ Scope {
anchors {
top: true
bottom: true
left: !(Config?.options.overview.enable ?? true)
right: !(Config?.options.overview.enable ?? true)
}
HyprlandFocusGrab {