fix wrong merge

This commit is contained in:
end-4
2026-05-14 09:34:19 +02:00
parent 4420a6c22d
commit 20d9f80336
@@ -410,7 +410,7 @@ Singleton {
property JsonObject notifications: JsonObject { property JsonObject notifications: JsonObject {
property int timeout: 7000 property int timeout: 7000
property JsonObject monitor: JsonObject { property JsonObject forceMonitor: JsonObject {
property bool enable: false property bool enable: false
property string name: "" // Name of the monitor to show notifications on, like "eDP-1". Find out with 'hyprctl monitors' command property string name: "" // Name of the monitor to show notifications on, like "eDP-1". Find out with 'hyprctl monitors' command
} }