[Wayland] Please split input config for pointer and touchpad devices
See original GitHub issueLast week https://github.com/qtile/qtile/pull/2548 was merged, which is awesome! There’s one improvement I would like to as for though: to be able to split the configuration of type:pointer
and type:touchpad
devices. Currently only type:pointer
is supported, which covers both mouses and touchpads. This leads in my case to natural_scroll=True
being applied to my mouse too, which I find very annoying. 😃
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (6 by maintainers)
Top Results From Across the Web
libinput - ArchWiki
libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver.
Read more >Configuration options — libinput 1.22.0 documentation
Use libinput list-devices to show the configuration options for local devices. ... Pointer acceleration is a function to convert input deltas to output ......
Read more >How do i turn off the trackpoint within wayland? - Ask Ubuntu
When using xorg, i can use this command to shut it off: xinput -set-prop "AlpsPS/2 ALPS DualPoint Stick" "Device Enabled" 0.
Read more >Disable laptop touchpad on Wayland - Unix Stack Exchange
First of all, try if this dconf setting is of any use: gsettings set org.gnome.desktop.peripherals.touchpad disable-while-typing 'false'.
Read more >libinput/meson.build at master · wayland-project ... - GitHub
Input device management and event handling library **MIRROR ONLY** - libinput/meson.build at master · wayland-project/libinput.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great to hear. That’s it merged for you.
Yes, this is perfect now, thank you!!