added picom installation

This commit is contained in:
aminnairi
2023-04-11 00:23:19 +02:00
parent 4572ee6bc6
commit 5326358003
+5
View File
@@ -8,6 +8,11 @@
pacman: pacman:
name: rsync name: rsync
state: present state: present
- name: Install Picom (window compositing manager)
become: true
pacman:
name: picom
state: present
- name: Install Xorg Xinput (input devices manager) - name: Install Xorg Xinput (input devices manager)
become: true become: true
pacman: pacman: