summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-04-07 15:35:56 +0200
committerbakkeby <[email protected]>2021-04-07 15:35:56 +0200
commitac737f9dfc427e0713176fc35373cd9410320f19 (patch)
tree8d2c55e04e21cc044dbf435e573884302e09cc07 /patches.def.h
parent0c88a49e27fd0888c81aea5dd3eef1c537164a6a (diff)
downloaddwm-flexipatch-ac737f9dfc427e0713176fc35373cd9410320f19.tar.gz
dwm-flexipatch-ac737f9dfc427e0713176fc35373cd9410320f19.zip
Adding xkb patch as per request #111
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/patches.def.h b/patches.def.h
index 472d535..441d179 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -1105,6 +1105,13 @@
*/
#define WINVIEW_PATCH 0
+/* Remember keyboard layout per client.
+ * It is recommended that you configure xkb before using this patch as described in
+ * https://www.x.org/archive/X11R7.5/doc/input/XKB-Config.html
+ * https://dwm.suckless.org/patches/xkb/
+ */
+#define XKB_PATCH 0
+
/* Allows dwm to read colors from xrdb (.Xresources) during runtime. Compatible with
* the float border color, awesomebar, urgentborder and titlecolor patches.
* https://dwm.suckless.org/patches/xrdb/