Move rule to ignore eventlircd devices in xorg to own xorg.conf.d snippet
This commit is contained in:
@@ -88,6 +88,11 @@
|
||||
# NOTE: write-x11-keyboard-config is in the xlogin package
|
||||
# Ubuntu's systemd is patched, so it does not create the file automatically
|
||||
|
||||
- name: add snippet to ignore eventlircd devices in xorg
|
||||
template:
|
||||
src: templates/xorg-ignore-eventlircd.conf.j2
|
||||
dest: /etc/X11/xorg.conf.d/40-ignore-eventlircd.conf
|
||||
|
||||
- name: apt | install desktop programs
|
||||
apt:
|
||||
name: '{{ item }}'
|
||||
|
@@ -0,0 +1,7 @@
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "exclude eventlircd devices"
|
||||
MatchTag "eventlircd"
|
||||
Option "Ignore" "True"
|
||||
EndSection
|
Reference in New Issue
Block a user