remove exclusion that caused crashing, and add .0 to 1

This commit is contained in:
frosty 2024-05-29 13:27:58 +00:00
parent 119b16e989
commit 2b0f15f048

View file

@ -49,7 +49,7 @@ no-fading-destroyed-argb = true
#################################
# Opacity of inactive windows. (0.1 - 1.0)
inactive-opacity = 1
inactive-opacity = 1.0
# Opacity of window titlebars and borders. (0.1 - 1.0)
frame-opacity = 0.75
@ -90,8 +90,7 @@ blur-kern = "3x3box"
# Exclude conditions for background blur.
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@"
"window_type = 'desktop'"
]
#################################