From 136f4a3e486380a4f510425d261f43b7dd803c1a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 13 Dec 2025 00:50:55 +0100 Subject: [PATCH] waffles: taskview: fix unintended window transparency --- .../ii/modules/waffle/taskView/TaskViewWindow.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewWindow.qml b/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewWindow.qml index e738ac6d5..e46a124fa 100644 --- a/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewWindow.qml +++ b/dots/.config/quickshell/ii/modules/waffle/taskView/TaskViewWindow.qml @@ -34,7 +34,11 @@ WMouseAreaButton { layer.enabled: true layer.effect: OpacityMask { - maskSource: root.background + maskSource: Rectangle { + width: root.width + height: root.height + radius: root.radius + } } scale: (root.pressedButtons & Qt.LeftButton) ? 0.95 : 1 Behavior on scale {