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