summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2022-08-02 10:58:10 +0200
committerbakkeby <[email protected]>2022-08-02 10:58:10 +0200
commit4b20c92b4c7969472b31cf364ee081f58874f40a (patch)
tree47856d5cbaa56ac4106d16c58b61bf3be052b80f /patches.def.h
parent2e496ed931b93c46ea89ee4f14f4c0ae2e68533f (diff)
downloaddwm-flexipatch-4b20c92b4c7969472b31cf364ee081f58874f40a.tar.gz
dwm-flexipatch-4b20c92b4c7969472b31cf364ee081f58874f40a.zip
Adding bidi patch ref. #285
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index eec95f9..2338139 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -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/