created notifications.ignore string list option (#831)
* created notifications.ignore string list option * reverted auto-formatting
This commit is contained in:
@@ -441,6 +441,7 @@ in
|
|||||||
notifications.monitor = mkIntOption 0;
|
notifications.monitor = mkIntOption 0;
|
||||||
notifications.position = mkStrOption "top right";
|
notifications.position = mkStrOption "top right";
|
||||||
notifications.showActionsOnHover = mkBoolOption false;
|
notifications.showActionsOnHover = mkBoolOption false;
|
||||||
|
notifications.ignore = mkStrListOption [];
|
||||||
notifications.timeout = mkIntOption 7000;
|
notifications.timeout = mkIntOption 7000;
|
||||||
scalingPriority = mkStrOption "gdk";
|
scalingPriority = mkStrOption "gdk";
|
||||||
tear = mkBoolOption false;
|
tear = mkBoolOption false;
|
||||||
|
|||||||
Reference in New Issue
Block a user