summaryrefslogtreecommitdiff
path: root/chesen-mouse-emulation.xorg.conf
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2020-10-18 13:59:23 +0000
committerKJ Oerbekk <orbekk@google.com>2020-10-18 14:00:30 +0000
commit7952033da2d8a90cb0f9a30150cf6a45c6492b8d (patch)
tree1e223e4cdbaa440c27ba535ff9e75d3abe2d571b /chesen-mouse-emulation.xorg.conf
parent5441276b4545772d62fe21aef542f57ab646125b (diff)
Remove unused dotfiles
Diffstat (limited to 'chesen-mouse-emulation.xorg.conf')
-rw-r--r--chesen-mouse-emulation.xorg.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/chesen-mouse-emulation.xorg.conf b/chesen-mouse-emulation.xorg.conf
deleted file mode 100644
index a6d7abd..0000000
--- a/chesen-mouse-emulation.xorg.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-Section "InputClass"
- Identifier "Wheel emulation"
- MatchProduct "CHESEN"
- MatchDevicePath "/dev/input/event*"
- Option "EmulateWheel" "true"
- Option "EmulateWheelButton" "3"
- Option "Emulate3Buttons" "false"
- Option "XAxisMapping" "6 7"
- Option "YAxisMapping" "4 5"
-EndSection