renderer: add decoration:blur:special
will blur behind the special ws
This commit is contained in:
parent
f0da0b0be4
commit
23e17700a7
4 changed files with 67 additions and 13 deletions
|
|
@ -137,6 +137,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["decoration:blur:noise"].floatValue = 0.0117;
|
||||
configValues["decoration:blur:contrast"].floatValue = 0.8916;
|
||||
configValues["decoration:blur:brightness"].floatValue = 0.8172;
|
||||
configValues["decoration:blur:special"].intValue = 1;
|
||||
configValues["decoration:active_opacity"].floatValue = 1;
|
||||
configValues["decoration:inactive_opacity"].floatValue = 1;
|
||||
configValues["decoration:fullscreen_opacity"].floatValue = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue