summaryrefslogtreecommitdiff
path: root/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 09:44:34 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 09:44:34 -0700
commitb45cc81af466d2869ea52b5c4103d58385821de8 (patch)
treeb70cb220d1e49b1a2b784b54b889ba7de1a4cd19 /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
parentf66cc50a23aab3611495b73ca4ff04465068ef77 (diff)
Add extra files
Diffstat (limited to 'etc/X11/xorg.conf.d/50-mouse-acceleration.conf')
-rw-r--r--etc/X11/xorg.conf.d/50-mouse-acceleration.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/X11/xorg.conf.d/50-mouse-acceleration.conf b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
new file mode 100644
index 0000000..38498b1
--- /dev/null
+++ b/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
@@ -0,0 +1,14 @@
+# Disable mouse acceleration systemwide.
+# InputClass applies on all (in this case) 'pointers' as explained in
+# https://fedoraproject.org/wiki/Input_device_configuration#InputClasses.
+# Actual configuration retrieved from
+# https://fedoraproject.org/wiki/Input_device_configuration#InputClasses.
+
+Section "InputClass"
+ Identifier "system-mouse"
+ Driver "libinput"
+ MatchIsPointer "yes"
+ Option "AccelProfile" "flat"
+ Option "AccelSpeed" "0"
+ Option "Sensitivity" "2.0"
+EndSection