fix center transient windows patch

This commit is contained in:
Luca Bilke 2024-02-16 10:17:36 +01:00
commit cf589b91a7
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47
2 changed files with 1 additions and 2 deletions

View file

@ -509,7 +509,7 @@
* This patch takes precedence over centeredwindowname, alwayscenter and fancybar patches.
* https://dwm.suckless.org/patches/center/
*/
#define CENTER_PATCH 0
#define CENTER_PATCH 1
/* A transient window is one that is meant to be short lived and is usually raised by a
* parent window. Such windows are typically dialog boxes and the like.