From 9681ddf3042b3dd2562106bde4a55cd992f729ec Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sun, 24 Sep 2023 09:06:21 +0200 Subject: [PATCH] feat: change dunst monitor In the future, when more hosts are used, this has to be set independently. Currently it will be set on every host to 2. That is wrong. --- modules/services/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/dunst.nix b/modules/services/dunst.nix index e6936ac..377ea6f 100644 --- a/modules/services/dunst.nix +++ b/modules/services/dunst.nix @@ -18,7 +18,7 @@ in }; settings = with colors.scheme.doom; { # Settings global = { - monitor = 0; + monitor = 2; # geometry [{width}x{height}][+/-{x}+/-{y}] # geometry = "600x50-50+65"; width = 300; -- 2.48.1