Adding bidi patch ref. #285

This commit is contained in:
bakkeby
2022-08-02 10:58:10 +02:00
parent 2e496ed931
commit 4b20c92b4c
4 changed files with 62 additions and 8 deletions

View File

@ -490,6 +490,18 @@
*/
#define AUTORESIZE_PATCH 0
/* This patch adds proper support for Right-To-Left languages. (such as Farsi, Arabic or Hebrew).
*
* You need to uncomment the corresponding lines in config.mk to use the -lfribidi library
* when including this patch.
*
* This patch depends on the following additional library:
* - fribidi
*
* https://dwm.suckless.org/patches/bidi/
*/
#define BIDI_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/