mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
add xautomation
for xev
This commit is contained in:
parent
91945e8966
commit
052a98096c
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
- name: Install xorg-sessreg
|
||||
pacman: name=xorg-sessreg state=present
|
||||
|
||||
- name: Install xautomation
|
||||
pacman: name=xautomation state=present
|
||||
|
||||
- name: Install video driver(s)
|
||||
pacman: name={{ item }} state=present
|
||||
with_items: "{{ video_drivers }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue