aboutsummaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/X11/xorg.conf.d/50-trackpoint.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/etc/X11/xorg.conf.d/50-trackpoint.conf b/src/etc/X11/xorg.conf.d/50-trackpoint.conf
new file mode 100644
index 0000000..64207af
--- /dev/null
+++ b/src/etc/X11/xorg.conf.d/50-trackpoint.conf
@@ -0,0 +1,5 @@
+Section "InputClass"
+ Identifier "libinput pointer catchall"
+ MatchIsPointer "on"
+ Option "Accel Speed" "0.75"
+EndSection