mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
fixed command for locking the screen
This commit is contained in:
+6
-5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user