added i3 gaps installation

This commit is contained in:
aminnairi
2023-04-10 19:02:21 +02:00
parent f88ac0e92e
commit 5c2ef0610a
+5
View File
@@ -13,6 +13,11 @@
pacman: pacman:
name: xorg-xinit name: xorg-xinit
state: present state: present
- name: Install i3-gaps (window manager)
become: true
pacman:
name: i3-gaps
state: present
- name: Install Tokei (line of code counter) - name: Install Tokei (line of code counter)
become: true become: true
pacman: pacman: