From 77e626456876f47059184c6b4231c0b386949575 Mon Sep 17 00:00:00 2001 From: Marepalli Santhosh <173584372+marepallisanthosh999333@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:34:00 +0530 Subject: [PATCH] removed unnecessary comments --- dots/.config/quickshell/ii/modules/common/Persistent.qml | 2 -- 1 file changed, 2 deletions(-) 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 {