chore: update readme global opts

This commit is contained in:
2 * r + 2 * t 2026-04-13 18:53:03 +10:00
parent 982bb9759a
commit 876517081d

View file

@ -230,13 +230,25 @@ For example, to disable the bar on DP-1:
> Not all options are respect per-monitor overrides. Most notably, the following options will only read > 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. > from the global config, and ignore the respective option in per-monitor config files.
> >
> - All animation configs are not per-monitor > <details><summary>Ignored options</summary>
> - `general` (logo, terminal app, idle settings) >
> - `services` (weather, audio, GPU, player settings, etc.) > - `appearance` (`anim`, `transparency`)
> - `paths` (wallpaper dir, lyrics dir, etc.) > - `general` (`logo`, `apps`, `idle`, `battery`)
> - `notifs` (notification behavior) > - `bar.workspaces` (`perMonitorWorkspaces`, `specialWorkspaceIcons`, `windowIcons`)
> - `utilities` (individual toast enabled status, vpn configs) > - `bar.tray` (`iconSubs`, `hiddenIcons`)
> - `launcher` (actions, favourite apps, hidden apps) > - `dashboard` (`mediaUpdateInterval`, `resourceUpdateInterval`)
> - `launcher` (`specialPrefix`, `actionPrefix`, `enableDangerousActions`, `vimKeybinds`,
> `favouriteApps`, `hiddenApps`, `actions`)
> - `launcher.useFuzzy` (`apps`, `actions`, `schemes`, `variants`, `wallpapers`)
> - `notifs` (`expire`, `fullscreen`, `defaultExpireTimeout`, `actionOnClick`)
> - `lock` (`enableFprint`, `maxFprintTries`)
> - `utilities` (`toasts`, `vpn`)
> - `services` (`weatherLocation`, `useFahrenheit`, `useFahrenheitPerformance`, `useTwelveHourClock`,
> `gpuType`, `visualiserBars`, `audioIncrement`, `brightnessIncrement`, `maxVolume`, `smartScheme`,
> `defaultPlayer`, `playerAliases`, `showLyrics`, `lyricsBackend`)
> - `paths` (`wallpaperDir`, `lyricsDir`)
>
> </details>
### Example configuration ### Example configuration