diff options
| author | Davi Ribeiro <104164579+Markus328@users.noreply.github.com> | 2025-08-27 10:15:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-27 23:15:02 +1000 |
| commit | 51bcacded4f40cb87e860bda69f8f2234c17ed4b (patch) | |
| tree | 1176b5b1df515291a352420fee97eb73bc7b7144 /modules | |
| parent | config: disable visualiser by default (diff) | |
| download | caelestia-shell-51bcacded4f40cb87e860bda69f8f2234c17ed4b.tar.gz caelestia-shell-51bcacded4f40cb87e860bda69f8f2234c17ed4b.tar.bz2 caelestia-shell-51bcacded4f40cb87e860bda69f8f2234c17ed4b.zip | |
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>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/background/Background.qml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |