1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Update ghostty readme blurb to disable annoying popups

This commit is contained in:
bbedward
2025-09-24 16:39:33 -04:00
parent e50c3cceeb
commit 3f8d8ca379

View File

@@ -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 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**: **kitty**:
```bash ```bash