created notifications.ignore string list option (#831)

* created notifications.ignore string list option

* reverted auto-formatting
This commit is contained in:
Piyush Kumbhare
2025-03-14 08:52:41 -07:00
committed by GitHub
parent 2be9f1ef6c
commit 50faa14621

View File

@@ -441,6 +441,7 @@ in
notifications.monitor = mkIntOption 0;
notifications.position = mkStrOption "top right";
notifications.showActionsOnHover = mkBoolOption false;
notifications.ignore = mkStrListOption [];
notifications.timeout = mkIntOption 7000;
scalingPriority = mkStrOption "gdk";
tear = mkBoolOption false;