aboutsummaryrefslogtreecommitdiffstats
path: root/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-04-13 19:53:34 -0400
committerSpacedio <spacedio@thernusen.net>2026-04-13 19:53:34 -0400
commit994f7a5b27523e8170a74a68640e21dd02209cef (patch)
tree3871b7c9d44bc3afd1742375b9bbcc939044310b /nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf
parent167cd563f5fc7d0169f7f3284817dc1be2c1750f (diff)
downloaddotfiles-994f7a5b27523e8170a74a68640e21dd02209cef.tar.gz
Added nvidia PM rules for dGPU.
Diffstat (limited to 'nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf')
-rw-r--r--nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf b/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf
new file mode 100644
index 0000000..f958e88
--- /dev/null
+++ b/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf
@@ -0,0 +1,9 @@
+Section "InputClass"
+ Identifier "touchpad"
+ Driver "libinput"
+ MatchIsTouchpad "on"
+ Option "Tapping" "on"
+ Option "NaturalScrolling" "on"
+ Option "ClickMethod" "clickfinger"
+ Option "AccelSpeed" "0.4"
+EndSection