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/ungroup-keyboards/README.md | |
download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip |
Diffstat (limited to 'dwl-patches/patches/ungroup-keyboards/README.md')
-rw-r--r-- | dwl-patches/patches/ungroup-keyboards/README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dwl-patches/patches/ungroup-keyboards/README.md b/dwl-patches/patches/ungroup-keyboards/README.md new file mode 100644 index 0000000..e56f94b --- /dev/null +++ b/dwl-patches/patches/ungroup-keyboards/README.md @@ -0,0 +1,15 @@ +### Description +Ungroup keyboard input devices based on device name. + +I wrote this patch was because keyboard device grouping breaks the behaviour of +the ydotool virtual device. This patch fixes my issue #558 in the codeberg +issue tracker. + +See the inputdevicerules patch for a more generalised version of this idea. + +### Download +- [git branch](https://codeberg.org/bencc/dwl/src/branch/ungroup-keyboards) +- [2024-06-16](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/ungroup-keyboards/ungroup-keyboards.patch) + +### Authors +- [Ben Collerson](https://codeberg.org/bencc) |