# SwayFX settings

blur enable
# blur_xray enables wallpaper blurring without blurring windows below
blur_xray enable
blur_passes 4
blur_radius 4
# blur_noise <float value 0 - 1>
# blur_brightness <float value 0 - 2>
# blur_contrast <float value 0 - 2>
# blur_saturation <float value 0 - 2>

# Window corners can be rounded in SwayFX
# corner_radius can be any number of pixels
corner_radius 4
gaps inner 4
# corner radius needs gaps to be visible

# SwayFX also features window drop shadows, which, of course, can be enabled at any time
shadows enable
shadows_on_csd enable

# You can also offset the shadow's position, make unfocused windows have different shadows, give shadows a nondefault color, and blur shadows
# shadow_inactive_color #0000007F
# shadow_offset <x offset> <y offset>
# shadow_blur_radius <integer value 0 - 99>
# shadow_color <hex color with alpha>

# Dimming
default_dim_inactive 0.2
# for_window [CRITERIA_HERE] dim_inactive <float value 0.0 - 1.0>
# dim_inactive_colors.unfocused <hex color>
# dim_inactive_colors.urgent <hex color> 
