1
0
Fork 0

Fix GPD2 Keyboard in X11

by setting it to us
This commit is contained in:
J. Elfring (g) 2020-06-16 23:22:16 +02:00
parent eb55aa5bb6
commit 4e71ba0259

View file

@ -5,6 +5,14 @@
# standards # standards
# #
file {'/etc/X11/xorg.conf.d/00-keyboard.conf':
ensure => file,
backup => false,
owner => 'root',
group => 'root',
mode => '0644',
source => "puppet:///modules/gpdp2/etc/X11/xorg.conf.d/00-keyboard.conf",
}
file {'/etc/X11/xorg.conf.d/20-intel.conf': file {'/etc/X11/xorg.conf.d/20-intel.conf':
ensure => file, ensure => file,
backup => false, backup => false,