From ea67a0fe498578d03b27bcf7365acfc69cc840b4 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 21 Jul 2026 22:44:47 +0530 Subject: dnd mode fix --- quickshell/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickshell/shell.qml b/quickshell/shell.qml index 341e674..3ed0161 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -233,6 +233,7 @@ ShellRoot { running: true repeat: true onTriggered: { + if (dnd) return; shellRoot.blink = true; } } -- cgit v1.2.3