Summary: | Unable to move cursor while typing | ||
---|---|---|---|
Product: | Wayland | Reporter: | cooks.go.hungry |
Component: | libinput | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | cooks.go.hungry, peter.hutterer |
Version: | 1.2.x | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
cooks.go.hungry
2016-06-01 18:10:49 UTC
I'm going to assume this is an internal touchpad? If so, there is an option to disable DisableWhileTyping (see man libinput), or your desktop environment may expose this option. Yes I am, ah, how do I use this option? I looked in the manpage but it wasn't completely clear how to use it... # cat /etc/X11/xorg.conf.d/99-libinput-disable-dwt.conf Section "InputClass" Identifier "Disable DWT" MatchDriver "libinput" Option "DisableWhileTyping" "off" EndSection restart X and you're good to go. You can enable/disable it at runtime with xinput set-prop "device name" "property name" 0 (or 1), the above is a static config. The xorg.conf.d folder is non existent on my system in that location so I am unable to find the config file, I have run a 'grep -R DisableWhileTyping' in the /etc directory in fact and found nothing... So where would it be located on my system or do I need to create that directory on my system or...? yeah, just create the folder and create the file to look like the above. sorry that wasn't clear |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.