diff options
author | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-05-23 11:41:09 +0000 |
commit | c70505d7c7b7b48600f273357694b56ccf5d2a15 (patch) | |
tree | 21c27ac6ffced8d6d904e35bdb39baa5d685d829 /dwl-patches/patches/passthrough/README.md | |
download | dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.gz dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.tar.bz2 dotfiles-c70505d7c7b7b48600f273357694b56ccf5d2a15.zip |
Diffstat (limited to 'dwl-patches/patches/passthrough/README.md')
-rw-r--r-- | dwl-patches/patches/passthrough/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dwl-patches/patches/passthrough/README.md b/dwl-patches/patches/passthrough/README.md new file mode 100644 index 0000000..0380951 --- /dev/null +++ b/dwl-patches/patches/passthrough/README.md @@ -0,0 +1,13 @@ +### Description +allows pausing keybind handling + +also allows for bitcarrying-esque control of nested instances + +default keybind is Ctrl+Logo+Alt+Shift+Esc, can be customized in config.h + +### Download +- [git branch](https://codeberg.org/notchoc/dwl/src/branch/passthrough) +- [2024-06-26](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/passthrough/passthrough.patch) +- [2024-06-22](https://codeberg.org/dwl/dwl-patches/raw/commit/3f44fb23d8cb6c7d700f41525dc00493e392083c/patches/passthrough/passthrough.patch) +### Authors +- [notchoc](https://codeberg.org/notchoc) |