summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-09-08 09:42:47 +0200
committerbakkeby <[email protected]>2021-09-08 09:42:47 +0200
commit22bbf1cb13439681a025f7a8aa960bb18afbf3e4 (patch)
tree53e9a6000ce0600031ea4023f266f7cdc5fcce67 /patches.def.h
parent036421845ff585b87304e70e1168f24aab80ccdd (diff)
downloaddwm-flexipatch-22bbf1cb13439681a025f7a8aa960bb18afbf3e4.tar.gz
dwm-flexipatch-22bbf1cb13439681a025f7a8aa960bb18afbf3e4.zip
Adding alwayscenter patch ref. #182
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/patches.def.h b/patches.def.h
index a2176bf..809d714 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -394,6 +394,13 @@
* Other patches
*/
+/* All floating windows are centered, like the center patch, but without a rule.
+ * The center patch takes precedence over this patch.
+ * This patch interferes with the center transient windows patches.
+ * https://dwm.suckless.org/patches/alwayscenter/
+ */
+#define ALWAYSCENTER_PATCH 0
+
/* This patch allows windows to be resized with its aspect ratio remaining constant.
* https://dwm.suckless.org/patches/aspectresize/
*/
@@ -438,7 +445,7 @@
#define AUTORESIZE_PATCH 0
/* This patch adds an iscentered rule to automatically center clients on the current monitor.
- * This patch takes precedence over centeredwindowname and fancybar patches.
+ * This patch takes precedence over centeredwindowname, alwayscenter and fancybar patches.
* https://dwm.suckless.org/patches/center/
*/
#define CENTER_PATCH 0