feat: notification on specific monitor

This commit is contained in:
electricsteve
2026-05-09 19:10:43 +02:00
parent bebf66da89
commit 0da83ba460
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 {