From b0e9146ad111ea1688eb5a4633f2cf455bc390fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gonzalez?= Date: Fri, 12 Jul 2024 13:26:19 -0600 Subject: [PATCH] Feature/Add xorg-xinput package to the list of packages on light-workstation role --- roles/light-workstation/tasks/packages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/light-workstation/tasks/packages.yml b/roles/light-workstation/tasks/packages.yml index 31d18274c..35ad670db 100644 --- a/roles/light-workstation/tasks/packages.yml +++ b/roles/light-workstation/tasks/packages.yml @@ -9,6 +9,7 @@ - xorg-xsetroot - xorg-xrandr - xorg-setxkbmap + - xorg-xinput # Used on configure-trackball script rfkill: util-linux-libs python_pip: python-pip base_devel: base-devel @@ -28,6 +29,7 @@ - libxrandr-dev - xorg - xorg + - xinput # Used on configure-trackball script rfkill: rfkill python_pip: pipenv base_devel: make @@ -49,6 +51,7 @@ - "{{ xorg[2] }}" - "{{ xorg[3] }}" - "{{ xorg[4] }}" + - "{{ xorg[5] }}" - xautolock - xbindkeys - arandr