feat(dunst): notifs only on primary screen

annoying if I record on my secondary screen (I need to setup something
so that dunst pauses when obs is open)
This commit is contained in:
jacekpoz 2023-08-03 23:58:25 +02:00
parent 4f2f1628f8
commit 08154c1ce9

View file

@ -11,7 +11,7 @@
settings = {
global = {
monitor = 0;
follow = "mouse";
follow = "none";
width = 300;
height = 300;
origin = "top-center";