feat: notification on specific monitor (#3292)

This commit is contained in:
Minh
2026-05-13 20:01:56 +02:00
committed by GitHub
3 changed files with 30 additions and 1 deletions
@@ -399,6 +399,10 @@ Singleton {
property JsonObject notifications: JsonObject {
property int timeout: 7000
property JsonObject monitor: 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
}
}
property JsonObject osd: JsonObject {