From 3f8d8ca379d38a3da98f6c22b6b504ef6c68702d Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 24 Sep 2025 16:39:33 -0400 Subject: [PATCH] Update ghostty readme blurb to disable annoying popups --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 72c142ee..908ad348 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,13 @@ You can enable the dynamic color schemes in supported terminal apps by modifying echo "config-file = ./config-dankcolors" >> ~/.config/ghostty/config ``` +If you want to disable excessive config reloaded popup sin ghostty, you may wish to also add this: + +```bash +# These are the default danklinux options, if you still want config reloaded and copied to clipboard popups you can skip it. +echo "app-notifications = no-clipboard-copy,no-config-reload" >> ~/.config/ghostty/config +``` + **kitty**: ```bash