From 7999b9ad79a5aba6b12be73a938c823fc5b329e8 Mon Sep 17 00:00:00 2001 From: Spacedio Date: Sun, 24 May 2026 21:07:04 -0400 Subject: Reorganization of files. --- nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf | 8 -------- nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf | 9 --------- 2 files changed, 17 deletions(-) delete mode 100644 nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf delete mode 100644 nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf (limited to 'nvidia-pm/etc/X11') diff --git a/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf b/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf deleted file mode 100644 index 49a4151..0000000 --- a/nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf +++ /dev/null @@ -1,8 +0,0 @@ -Section "ServerFlags" - Option "AutoAddGPU" "off" -EndSection - -Section "Device" - Identifier "iGPU" - Driver "modesetting" -EndSection diff --git a/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf b/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf deleted file mode 100644 index f958e88..0000000 --- a/nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf +++ /dev/null @@ -1,9 +0,0 @@ -Section "InputClass" - Identifier "touchpad" - Driver "libinput" - MatchIsTouchpad "on" - Option "Tapping" "on" - Option "NaturalScrolling" "on" - Option "ClickMethod" "clickfinger" - Option "AccelSpeed" "0.4" -EndSection -- cgit v1.2.3