fixed command for locking the screen

This commit is contained in:
aminnairi
2023-06-11 11:54:37 +02:00
parent 04cbf27288
commit 920e512445
2 changed files with 8 additions and 7 deletions
+6 -5
View File
@@ -3,6 +3,12 @@
hosts: localhost
connection: local
tasks:
- name: Install i3lock-fancy (window locker)
become: true
kewlfft.aur.aur:
name: i3lock-fancy
state: present
update_cache: yes
- name: Install Playerctl (utility for controlling media playing on the device)
become: true
pacman:
@@ -165,11 +171,6 @@
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: