added i3 lock installation

This commit is contained in:
aminnairi
2023-04-10 22:11:34 +02:00
parent 013fe256a6
commit 9b79350c09
+5
View File
@@ -22,6 +22,11 @@
pacman:
name: i3-gaps
state: present
- name: Install i3 Lock (window locker)
become: true
pacman:
name: i3lock
state: present
- name: Install dmenu
become: true
pacman: