From 51bcacded4f40cb87e860bda69f8f2234c17ed4b Mon Sep 17 00:00:00 2001 From: Davi Ribeiro <104164579+Markus328@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:15:02 -0300 Subject: hypr: fix active window and window focus (#483) * services/hypr: fix active window and window focus * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> --- modules/background/Background.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/background') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index bdba570..3cd84aa 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -60,6 +60,9 @@ Loader { } } + mask: Region {} + + Loader { anchors.right: parent.right anchors.bottom: parent.bottom -- cgit v1.2.3-freya