Visual Effects
Aqueous supports compositor-level visual effects when RiverDelta is built with
SceneFX. These are configured in wm.toml and can be overridden per window in
rules.toml.
Backdrop blur
Section titled “Backdrop blur”Applied behind window content.
[blur]enabled = false # set true to enable compositor backdrop blurradius = 5 # blur radius in pixelspasses = 3 # number of passes (higher = blurrier, costlier)Per-window exclusions (e.g. games) go in rules.toml:
[[window]]app_id = "dota2"blur = falseWindow opacity
Section titled “Window opacity”Default content opacity for all windows.
[opacity]enabled = false # apply the value below to all windowsvalue = 0.9 # 0.0 = transparent .. 1.0 = opaqueOverride per window in rules.toml via the opacity key (see
Window Rules).
