added xorg xinput installation

This commit is contained in:
aminnairi
2023-04-10 23:54:35 +02:00
parent ac592f1bee
commit 787e9ed590
+5
View File
@@ -8,6 +8,11 @@
pacman:
name: rsync
state: present
- name: Install Xorg Xinput (input devices manager)
become: true
pacman:
name: xorg-xinput
state: present
- name: Install Xorg Xinit (Xorg startup script)
become: true
pacman: