basic window rounded corners

This commit is contained in:
vaxerski
2022-04-05 15:50:47 +02:00
parent 2313de589e
commit 27c06758e4
5 changed files with 68 additions and 8 deletions

View File

@@ -22,6 +22,8 @@ CConfigManager::CConfigManager() {
configValues["general:col.active_border"].intValue = 0xffffffff;
configValues["general:col.inactive_border"].intValue = 0xff444444;
configValues["decoration:rounding"].intValue = 1;
configValues["dwindle:pseudotile"].intValue = 0;
configValues["animations:enabled"].intValue = 1;