added dim_special

This commit is contained in:
vaxerski
2022-12-28 15:18:23 +01:00
parent d64fc7d336
commit b5f5c26be3
2 changed files with 20 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ void CConfigManager::setDefaultVars() {
configValues["decoration:col.shadow_inactive"].intValue = INT_MAX;
configValues["decoration:dim_inactive"].intValue = 0;
configValues["decoration:dim_strength"].floatValue = 0.5f;
configValues["decoration:dim_special"].floatValue = 0.2f;
configValues["decoration:screen_shader"].strValue = STRVAL_EMPTY;
configValues["dwindle:pseudotile"].intValue = 0;