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 {