From f9a8138264e5043e41ebbf8dbba2029a2b1e11f8 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 20 Apr 2025 22:14:34 +0200 Subject: [PATCH] notification: make dragging not lag --- .config/quickshell/modules/common/widgets/NotificationWidget.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/common/widgets/NotificationWidget.qml b/.config/quickshell/modules/common/widgets/NotificationWidget.qml index d52bec6d0..e3425efc7 100644 --- a/.config/quickshell/modules/common/widgets/NotificationWidget.qml +++ b/.config/quickshell/modules/common/widgets/NotificationWidget.qml @@ -125,6 +125,7 @@ Item { onDragStartedChanged: () => { // Prevent drag focus being shifted to parent flickable root.parent.parent.parent.interactive = !dragStarted + root.enableAnimation = !dragStarted } onReleased: (mouse) => { dragStarted = false