Replies: 1 comment 1 reply
-
|
To prevent accidental focus changes due to palm touching the touchpad, you can disable touchpad tapping. Run 'xinput list' to find the touchpad device ID, then 'xinput set-prop "libinput Tapping Enabled" 0' to disable tapping. For EXWM specifically, if you want to restrict mouse events to the focused window, you can configure EXWM to not follow the mouse for focus. Add (setq exwm-workspace-mouse-behavior 'ignore) to your config, or use (exwm-input-set-simulation-keys ...) to control input simulation. Refer to the EXWM documentation for more on input handling. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some laptop touchpad too close to the keyboard, and are easily triggered during typing, result in sending key to wrong application.
Is there an easy way to force changing focus with switch buffer command only? and only send mouse touch pad event to the focused window?
Beta Was this translation helpful? Give feedback.
All reactions