diff --git a/dots/.config/quickshell/ii/modules/common/Persistent.qml b/dots/.config/quickshell/ii/modules/common/Persistent.qml index ee5d327cc..7585e6c62 100644 --- a/dots/.config/quickshell/ii/modules/common/Persistent.qml +++ b/dots/.config/quickshell/ii/modules/common/Persistent.qml @@ -113,14 +113,12 @@ Singleton { property real x: 1576 property real y: 630 } - // CUSTOM: Stickypad integration - START property JsonObject stickypad: JsonObject { property bool pinned: true property bool clickthrough: false property real x: 100 property real y: 100 } - // CUSTOM: Stickypad integration - END } property JsonObject timer: JsonObject {