commit d65e83518cdf4266bfda27550ac9ed389dcfe55d
parent 7c26ae43cddbc483d5cccbc0600e6bdf8284435f
Author: Hai Nguyen <hhai2105@gmail.com>
Date: Wed, 25 Jan 2023 03:58:57 -0500
update keychord patch to fix date
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.suckless.org/patches/keychord/index.md b/dwm.suckless.org/patches/keychord/index.md
@@ -5,7 +5,7 @@ Description
-----------
A patch that change the Key struct to Keychord, letting user map a sequence of key instead of one singular keystroke.
-*update 01/19/2021:
+*update 01/19/2022:
change implementation to use array and pointer instead of dynamic heap allocation to minimize crash due heap allocation being too slow.