Move rule to ignore eventlircd devices in xorg to own xorg.conf.d snippet

This commit is contained in:
Alexander Grothe
2018-01-24 10:53:05 +01:00
parent b43181b9cc
commit d3ca791a75
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{ ansible_managed | comment }}
Section "InputClass"
Identifier "exclude eventlircd devices"
MatchTag "eventlircd"
Option "Ignore" "True"
EndSection