Document the new config location and why it lives outside the plugin dir

This commit is contained in:
felixzsh
2026-08-11 13:42:24 -05:00
parent 5670aca888
commit ccce10d393
+5 -3
View File
@@ -109,9 +109,11 @@ works.
## Customize ## Customize
On first load the panel writes `config.json` into the plugin directory Options live in `~/.config/omarchy/key-visualizer.json` (created with the
(`~/.config/omarchy/plugins/felixzsh.key-visualizer/config.json`) with these defaults below on first run). It sits **outside** the plugin folder on
defaults; edit it and the display updates on save: purpose: the shell reloads all plugin code whenever any file under
`~/.config/omarchy/plugins/` changes, so a config file there would restart
the plugin on every edit. Editing this file updates the display live:
```json ```json
{ {