diff --git a/roles/desktop/tasks/arch.yml b/roles/desktop/tasks/arch.yml index dd5d4ed..a47ad90 100644 --- a/roles/desktop/tasks/arch.yml +++ b/roles/desktop/tasks/arch.yml @@ -35,6 +35,7 @@ become: yes community.general.pacman: name: + - autorandr - bash-completion - bind - bluez diff --git a/roles/desktop/tasks/ubuntu.yml b/roles/desktop/tasks/ubuntu.yml index b1e02b8..294b8cc 100644 --- a/roles/desktop/tasks/ubuntu.yml +++ b/roles/desktop/tasks/ubuntu.yml @@ -11,6 +11,7 @@ become: yes apt: pkg: + - autorandr - vim-gtk3 - htop - tmux @@ -54,4 +55,3 @@ pkg: - redshift - picom -