Added antialiasing to outer edges

simplified, stupidly fast MSAA for rounded edges
This commit is contained in:
vaxerski
2022-06-02 22:58:54 +02:00
parent 7b568d7ad8
commit e11cb8b328
4 changed files with 401 additions and 52 deletions

View File

@@ -45,6 +45,7 @@ void CConfigManager::setDefaultVars() {
configValues["decoration:active_opacity"].floatValue = 1;
configValues["decoration:inactive_opacity"].floatValue = 1;
configValues["decoration:fullscreen_opacity"].floatValue = 1;
configValues["decoration:multisample_edges"].intValue = 1;
configValues["dwindle:pseudotile"].intValue = 0;
configValues["dwindle:col.group_border"].intValue = 0x66777700;