Skip to content

Instantly share code, notes, and snippets.

@LarryMarzanJr
Created March 25, 2020 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarryMarzanJr/300b2b126553417d9e57d2ab1b9f5399 to your computer and use it in GitHub Desktop.
Save LarryMarzanJr/300b2b126553417d9e57d2ab1b9f5399 to your computer and use it in GitHub Desktop.
Enable Multiple Pointer For Each Mouse Device using Xinput in Linux

This is how to enable multiple pointer for each mouse attached in your computer:

  1. Open a terminal and type in xinput (all commands should be done as normal user).

  2. Look at the id of the one of your mice.

  3. Create a new master device with this command xinput create-master "name"

  4. Now you just need to reattach one of your mice to the new master xinput reattach device_master_id new_master_id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment