mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added installation for xdotool
This commit is contained in:
@@ -3,6 +3,11 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Install Xdotool (X11 command-line utility)
|
||||||
|
become: true
|
||||||
|
pacman:
|
||||||
|
name: xdotool
|
||||||
|
state: present
|
||||||
- name: Install Mesa (graphics driver)
|
- name: Install Mesa (graphics driver)
|
||||||
become: true
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
|
|||||||
Reference in New Issue
Block a user