From 41f66c151fdc818f8633939d9b93e6e4a4b0633c Mon Sep 17 00:00:00 2001 From: lucy Date: Mon, 29 Dec 2025 23:51:22 +0100 Subject: [PATCH] no more quickshell crashes when switching monitor and getting a noti --- shell.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/shell.qml b/shell.qml index 629223e..5932310 100644 --- a/shell.qml +++ b/shell.qml @@ -27,6 +27,13 @@ ShellRoot { screen: modelData } } + Variants { + id: notiVariants + model: Quickshell.screens + delegate: NotiPopup { + screen: modelData + } + } + WallSwitcher {} - NotiPopup {} }