From f5ea628fdf3e95b12e71767e90f396d62824f7d0 Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 20 Aug 2026 09:43:15 +0100 Subject: [PATCH] ghostty: no config-reload toast on wallpaper switch --- home-manager/fred.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/fred.nix b/home-manager/fred.nix index 164fe07..99901ee 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -146,6 +146,8 @@ in quit-after-last-window-closed = false; cursor-style = "bar"; cursor-style-blink = true; + # no toast on wallpaper switch; the colour change is the feedback + app-notifications = "no-config-reload"; }; };