From fb3b4f1f3b00fda07cbbe298d90e01f7e14f41e1 Mon Sep 17 00:00:00 2001 From: Ben Collerson Date: Thu, 1 Dec 2022 10:07:41 +1000 Subject: [PATCH] Created chainkey (markdown) --- chainkey.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 chainkey.md diff --git a/chainkey.md b/chainkey.md new file mode 100644 index 0000000..d80b744 --- /dev/null +++ b/chainkey.md @@ -0,0 +1,12 @@ +### Description +Implements chained keybindings (like the dwm (keychain)[https://dwm.suckless.org/patches/keychain/] patch). + +A bindings can be set up sharing a leading chain key. This chain key will be triggered when Mod+chain is pressed. A subsequent keypress will be matched against bindings for that chain key. + +### Download +- [2022-12-01](https://github.com/djpohly/dwl/compare/main...bencollerson:dwl:chainkeys.patch) + +### Authors +- [Ben Collerson](https://github.com/bencollerson) + +