added opacity setting for fullscreen windows
This commit is contained in:
parent
f09de365d5
commit
3fd2ef2107
2 changed files with 4 additions and 2 deletions
|
|
@ -42,6 +42,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["decoration:blur_passes"].intValue = 1;
|
||||
configValues["decoration:active_opacity"].floatValue = 1;
|
||||
configValues["decoration:inactive_opacity"].floatValue = 1;
|
||||
configValues["decoration:fullscreen_opacity"].floatValue = 1;
|
||||
|
||||
configValues["dwindle:pseudotile"].intValue = 0;
|
||||
configValues["dwindle:col.group_border"].intValue = 0x66777700;
|
||||
|
|
@ -849,4 +850,4 @@ void CConfigManager::performMonitorReload() {
|
|||
|
||||
SConfigValue* CConfigManager::getConfigValuePtr(std::string val) {
|
||||
return &configValues[val];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue