diff options
| -rw-r--r-- | quickshell/shell.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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; } } |
