Skip to content

Instantly share code, notes, and snippets.

@dd-han
Created March 14, 2017 09:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
ELECOM M-DT1URBK Driver for ArchLinux
## copy or attach this file to /etc/X11/xorg.conf.d/10-libinput.conf
Section "InputClass"
Identifier ""
MatchProduct "ELECOM ELECOM TrackBall Mouse"
Driver "libinput"
# remap button 7 and 8 to middle-click
Option "ButtonMapping" "1 2 3 4 5 6 7 2 2"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment