Skip to main content
MangoWCMangoWC
Visuals

Window Effects

Add visual polish with blur, shadows, and opacity.

Blur

Blur creates a frosted glass effect for transparent windows.

SettingDefaultDescription
blur0Enable blur for windows.
blur_layer0Enable blur for layer surfaces (like bars/docks).
blur_optimized1Caches the background to reduce GPU usage. Highly recommended.
blur_params_radius5The strength (radius) of the blur.
blur_params_num_passes2Number of passes. Higher = smoother but more expensive.

Blur has a high impact on performance. If you experience lag, try disabling it or ensuring blur_optimized is set to 1.

Shadows

Drop shadows help distinguish floating windows from the background.

SettingDefaultDescription
shadows0Enable shadows.
layer_shadows0Enable shadows for layer surfaces.
shadow_only_floating1Only draw shadows for floating windows (saves performance).
shadows_size10Size of the shadow.
shadowscolor0x000000ffColor of the shadow.

Opacity & Corner Radius

Control the transparency and roundness of your windows.

# Window corner radius in pixels
border_radius=6

# Disable radius if only one window is visible
no_radius_when_single=0

# Opacity for the active window (0.0 - 1.0)
focused_opacity=1.0

# Opacity for inactive windows
unfocused_opacity=1.0

On this page