From 8fe483977878b18bcc47044314856cc2829bb173 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 5 Oct 2023 22:43:14 +0200 Subject: [PATCH] pinwheel: Make notifications show up on internal screen --- hosts/pinwheel/modules/dunst/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/dunst/default.nix b/hosts/pinwheel/modules/dunst/default.nix index 331ad4d..ed76307 100644 --- a/hosts/pinwheel/modules/dunst/default.nix +++ b/hosts/pinwheel/modules/dunst/default.nix @@ -7,6 +7,7 @@ settings = { global = { + monitor = 1; width = 300; height = 300; offset = "10x50";