Add missing dependency for dwm
This commit is contained in:
parent
fcd441c674
commit
d79f828cc4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: install screen locker
|
- name: install necessary software
|
||||||
become: yes
|
become: yes
|
||||||
apt:
|
apt:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
@ -9,3 +9,4 @@
|
||||||
- feh
|
- feh
|
||||||
- dunst
|
- dunst
|
||||||
- arandr
|
- arandr
|
||||||
|
- xapp
|
||||||
|
|
Loading…
Reference in a new issue