From 7b13772f26f31e20e094734fdbbe1229215fad4e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:07:00 +1000 Subject: [PATCH] chore: add not per-mon opts to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d7e4c7c6..bd330395 100644 --- a/README.md +++ b/README.md @@ -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]