Skip to content

Commit bcad2fb

Browse files
conf: Change the way we ignore input devices
1 parent 3c6f9c9 commit bcad2fb

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

conf/xorg.conf.d/10-dummy.conf

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Section "InputClass"
2+
Identifier "IgnoreDevices"
3+
MatchDevicePath "/dev/input/event*|/dev/input/mouse*|/dev/input/js*|/dev/input/mice*"
4+
Option "Ignore" "true"
5+
EndSection

conf/xorg.conf.nouveau

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Section "ServerLayout"
22
Identifier "Layout0"
3-
Option "AutoAddDevices" "false"
43
Option "AutoAddGPU" "false"
54
EndSection
65

conf/xorg.conf.nvidia

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Section "ServerLayout"
22
Identifier "Layout0"
3-
Option "AutoAddDevices" "false"
43
Option "AutoAddGPU" "false"
54
EndSection
65

0 commit comments

Comments
 (0)