Skip to content

Commit

Permalink
conf: Change the way we ignore input devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangeGabriel committed Dec 28, 2015
1 parent 3c6f9c9 commit bcad2fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Empty file removed conf/xorg.conf.d/10-dummy.conf
Empty file.
5 changes: 5 additions & 0 deletions conf/xorg.conf.d/10-ignore-devices.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Section "InputClass"
Identifier "IgnoreDevices"
MatchDevicePath "/dev/input/event*|/dev/input/mouse*|/dev/input/js*|/dev/input/mice*"
Option "Ignore" "true"
EndSection
1 change: 0 additions & 1 deletion conf/xorg.conf.nouveau
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection

Expand Down
1 change: 0 additions & 1 deletion conf/xorg.conf.nvidia
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Section "ServerLayout"
Identifier "Layout0"
Option "AutoAddDevices" "false"
Option "AutoAddGPU" "false"
EndSection

Expand Down

0 comments on commit bcad2fb

Please sign in to comment.