moved xorg related installations from base to xorg role

This commit is contained in:
aminnairi
2023-12-30 20:23:56 +01:00
parent e40820b146
commit 09e1c734f7
2 changed files with 10 additions and 15 deletions
+10
View File
@@ -4,6 +4,16 @@
pacman:
name: xorg-server
state: present
- name: Install Xclip (clipboard manager for X)
become: true
pacman:
name: xclip
state: present
- name: Install Xdotool (X11 command-line utility)
become: true
pacman:
name: xdotool
state: present
- name: Install Xset (Xorg configuration manager)
become: true
pacman: