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 }