sway: Cannot disable an input device
Using swaymsg input <identifier> events disabled (with identifiers taken from swaymsg -t get_inputs), I can disable many devices (trackpad, mouse, internal and external keyboard) but not my wacom pen. Any idea?
Edit: I was able to disable it with xinput --disable 'Wacom ISDv4 EC Pen' under X11 with libinput, so that should not be a libinput issue.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21 (20 by maintainers)
Commits related to this issue
- sway: disable Wacom pen when lid is close now works The bug I reported was fixed in libinput. * downstream: https://github.com/swaywm/sway/issues/3443 * upstream: https://gitlab.freedesktop.org/libin... — committed to mdeff/dotfiles by mdeff 4 years ago
- sway: disabling Wacom pen when lid is closed now works The bug I reported was fixed in libinput. * downstream: https://github.com/swaywm/sway/issues/3443 * upstream: https://gitlab.freedesktop.org/li... — committed to mdeff/dotfiles by mdeff 4 years ago
Fixed in libinput: https://gitlab.freedesktop.org/libinput/libinput/-/commit/0d06bfc4e27bf4a56a7f34b3f20c4a61570e765c
Reported here: https://gitlab.freedesktop.org/libinput/libinput/-/issues/476
that’s a bug, please file one in libinput for this. tablets have a different backend so I probably forgot to implement this bit there and no-one noticed.
(Context about “doesn’t necessarily mean it’s completely disabled”)
https://wayland.freedesktop.org/libinput/doc/latest/configuration.html
Please upgrade wlroots.