fix(dunst): make notifs appear on laptop monitor

FINALLY !!!!
This commit is contained in:
jacekpoz 2023-08-16 09:45:36 +02:00
parent 86f81404db
commit 8690013945

View file

@ -10,7 +10,7 @@
package = inputs.nixpkgs-wayland.packages.${pkgs.system}.dunst;
settings = {
global = {
monitor = 0;
monitor = 1;
follow = "none";
width = 300;
height = 300;