From 0079171810a7c8ddedb70cbbf63d407c5090741d Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 5 Jun 2017 22:55:52 -0500 Subject: R.A.T. 5 mouse setting for Xorg --- rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf (limited to 'rog/usr/share') diff --git a/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf b/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf new file mode 100644 index 0000000..8d9d0c0 --- /dev/null +++ b/rog/usr/share/X11/xorg.conf.d/50-vmmouse.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "Mad Catz R.A.T.5 Mouse" + MatchProduct "Mad Catz Mad Catz R.A.T.5 Mouse" # check exact model with xinput + MatchDevicePath "/dev/input/event*" + Option "ButtonMapping" "1 2 3 4 5 6 7 2 9 10 11 12 0 0 0 16 17 18 19 20 21" # block buttons 13,14,15 +EndSection -- cgit v1.2.3