Set keyboard locale

This commit is contained in:
Jake Howard 2019-05-27 22:06:09 +01:00
parent 2835f0ea92
commit e615641b24
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 12 additions and 0 deletions

5
files/keyboard.conf Normal file
View File

@ -0,0 +1,5 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "gb"
EndSection

View File

@ -19,6 +19,13 @@
mode: 0644
owner: "{{ user }}"
- name: Install keyboard config
copy:
src: ./files/keyboard.conf
dest: /usr/share/X11/xorg.conf.d/00-keyboard.conf
mode: 0644
owner: "{{ user }}"
- name: Install libinput-gestures config
copy:
src: ./files/libinput-gestures.conf