config: Changed the default value of decoration:blur:ignore_opacity to true (#8418)

This change is made in order to deliver the blur look majority of people
expect by default.
This commit is contained in:
nnra
2024-11-11 16:49:35 +01:00
committed by GitHub
parent b88e4a1a9a
commit f5fa84554f
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.value = "blur:ignore_opacity",
.description = "make the blur layer ignore the opacity of the window",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
.data = SConfigOptionDescription::SBoolData{true},
},
SConfigOptionDescription{
.value = "blur:new_optimizations",