Added blur_passes config
This commit is contained in:
parent
25299b80bb
commit
91a6c53197
3 changed files with 9 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ CConfigManager::CConfigManager() {
|
|||
configValues["decoration:rounding"].intValue = 1;
|
||||
configValues["decoration:blur"].intValue = 1;
|
||||
configValues["decoration:blur_size"].intValue = 8;
|
||||
configValues["decoration:blur_passes"].intValue = 1;
|
||||
|
||||
configValues["dwindle:pseudotile"].intValue = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue