Switch to Always Center Patch

- Disable center and center transient windows patches
- Enable always center patch
This commit is contained in:
Sravan Balaji
2021-09-19 09:30:51 -04:00
parent d94db1a658
commit c6b3bf4830
2 changed files with 6 additions and 6 deletions

View File

@@ -99,7 +99,7 @@
#define BAR_WINTITLEACTIONS_PATCH BAR_AWESOMEBAR_PATCH || BAR_TABGROUPS_PATCH || BAR_FLEXWINTITLE_PATCH
#define ALWAYSCENTER_PATCH 0
#define ALWAYSCENTER_PATCH 1
#define ASPECTRESIZE_PATCH 1
@@ -115,9 +115,9 @@
#define AUTORESIZE_PATCH 1
#define CENTER_PATCH 1
#define CENTER_PATCH 0
#define CENTER_TRANSIENT_WINDOWS_PATCH 1
#define CENTER_TRANSIENT_WINDOWS_PATCH 0
#define CENTER_TRANSIENT_WINDOWS_BY_PARENT_PATCH 0