Adding the borderrule patch

This commit is contained in:
bakkeby
2024-10-30 21:48:29 +01:00
parent 281977c542
commit 8a3da062d7
3 changed files with 27 additions and 1 deletions

View File

@@ -516,6 +516,16 @@
*/
#define BIDI_PATCH 0
/* This patch adds a client rule option to allow the border width to be specified on a per
* client basis.
*
* Example rule:
* RULE(.class = "Gimp", .bw = 0)
*
* https://dwm.suckless.org/patches/borderrule/
*/
#define BORDER_RULE_PATCH 0
/* This patch adds an iscentered rule to automatically center clients on the current monitor.
* This patch takes precedence over centeredwindowname, alwayscenter and fancybar patches.
* https://dwm.suckless.org/patches/center/