summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/IdleInhibitor.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/IdleInhibitor.qml b/services/IdleInhibitor.qml
index cb2721d..29409ab 100644
--- a/services/IdleInhibitor.qml
+++ b/services/IdleInhibitor.qml
@@ -29,6 +29,8 @@ Singleton {
window: PanelWindow {
implicitWidth: 0
implicitHeight: 0
+ color: "transparent"
+ mask: Region {}
}
}