Set keyboard locale
This commit is contained in:
parent
2835f0ea92
commit
e615641b24
2 changed files with 12 additions and 0 deletions
5
files/keyboard.conf
Normal file
5
files/keyboard.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "system-keyboard"
|
||||||
|
MatchIsKeyboard "on"
|
||||||
|
Option "XkbLayout" "gb"
|
||||||
|
EndSection
|
|
@ -19,6 +19,13 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: "{{ user }}"
|
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
|
- name: Install libinput-gestures config
|
||||||
copy:
|
copy:
|
||||||
src: ./files/libinput-gestures.conf
|
src: ./files/libinput-gestures.conf
|
||||||
|
|
Loading…
Reference in a new issue