Created
March 14, 2017 09:20
-
-
Save dd-han/3f115859229edd273aef13f6ae7120ba to your computer and use it in GitHub Desktop.
ELECOM M-DT1URBK Driver for ArchLinux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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