~ruther/nixos-config

9681ddf3042b3dd2562106bde4a55cd992f729ec — Frantisek Bohacek 1 year, 6 months ago 0cce0be
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.
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/services/dunst.nix
M modules/services/dunst.nix => modules/services/dunst.nix +1 -1
@@ 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;

Do not follow this link