From 20d9f8033659e8632eb723323cb14e4893ba4774 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 14 May 2026 09:34:19 +0200 Subject: [PATCH] fix wrong merge --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index be00d1b9c..868cae759 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -410,7 +410,7 @@ Singleton { property JsonObject notifications: JsonObject { property int timeout: 7000 - property JsonObject monitor: JsonObject { + property JsonObject forceMonitor: JsonObject { property bool enable: false property string name: "" // Name of the monitor to show notifications on, like "eDP-1". Find out with 'hyprctl monitors' command }