Skip to content

Instantly share code, notes, and snippets.

@dd-han
Created March 14, 2017 09:20
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 dd-han/3f115859229edd273aef13f6ae7120ba to your computer and use it in GitHub Desktop.
Save dd-han/3f115859229edd273aef13f6ae7120ba to your computer and use it in GitHub Desktop.
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