aboutsummaryrefslogtreecommitdiffstats
path: root/nvidia-pm/etc/X11
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-05-24 21:07:04 -0400
committerSpacedio <spacedio@thernusen.net>2026-05-24 21:07:04 -0400
commit7999b9ad79a5aba6b12be73a938c823fc5b329e8 (patch)
tree35fab2c4b53b498c22bb0b701957f67d52366354 /nvidia-pm/etc/X11
parenta82c20fbc2d736cba174502fccbcba648ce978e9 (diff)
downloaddotfiles-7999b9ad79a5aba6b12be73a938c823fc5b329e8.tar.gz
Reorganization of files.
Diffstat (limited to 'nvidia-pm/etc/X11')
-rw-r--r--nvidia-pm/etc/X11/xorg.conf.dir/10-igpu.conf8
-rw-r--r--nvidia-pm/etc/X11/xorg.conf.dir/30-touchpad.conf9
2 files changed, 0 insertions, 17 deletions
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