ansible-desktop/roles/desktop/tasks/xorg.yml

16 lines
304 B
YAML

- name: "[Arch] install xorg tools"
become: yes
community.general.pacman:
name:
- autorandr
- brightnessctl
- numlockx
- picom
- polkit-gnome
- redshift
- xdotool
- xdg-desktop-portal-gtk
- xorg-xinit
- xorg-xkill
- xorg-xwininfo