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:
parent
4f2f1628f8
commit
08154c1ce9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
monitor = 0;
|
monitor = 0;
|
||||||
follow = "mouse";
|
follow = "none";
|
||||||
width = 300;
|
width = 300;
|
||||||
height = 300;
|
height = 300;
|
||||||
origin = "top-center";
|
origin = "top-center";
|
||||||
|
|
Loading…
Reference in a new issue