chore: add not per-mon opts to readme

This commit is contained in:
2 * r + 2 * t 2026-04-12 21:07:00 +10:00
parent f1fb68c721
commit 7b13772f26

View file

@ -226,6 +226,18 @@ For example, to disable the bar on DP-1:
}
```
> [!NOTE]
> Not all options are respect per-monitor overrides. Most notably, the following options will only read
> from the global config, and ignore the respective option in per-monitor config files.
>
> - All animation configs are not per-monitor
> - `general` (logo, terminal app, idle settings)
> - `services` (weather, audio, GPU, player settings, etc.)
> - `paths` (wallpaper dir, lyrics dir, etc.)
> - `notifs` (notification behavior)
> - `utilities` (individual toast enabled status, vpn configs)
> - `launcher` (actions, favourite apps, hidden apps)
### Example configuration
> [!NOTE]