From 4244571f9492b1183294ca477d437e32a720c844 Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Wed, 26 Feb 2025 00:00:00 +0000 Subject: [PATCH] feat(workstation): added picom configuration --- .../nullified/infrastructure/roles/workstation/tasks/main.yml | 1 + .../roles/workstation/templates/.config/picom.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 ansible_collections/nullified/infrastructure/roles/workstation/templates/.config/picom.conf diff --git a/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml b/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml index 6830f3b..0f29306 100644 --- a/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml +++ b/ansible_collections/nullified/infrastructure/roles/workstation/tasks/main.yml @@ -166,6 +166,7 @@ loop: - { src: "../templates/.config/terminator", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config" } - { src: "../templates/.config/vlc", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config" } + - { src: "../templates/.config/picom.conf", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config"} - name: '[authenticator] find if binary is already installed' ansible.builtin.file: diff --git a/ansible_collections/nullified/infrastructure/roles/workstation/templates/.config/picom.conf b/ansible_collections/nullified/infrastructure/roles/workstation/templates/.config/picom.conf new file mode 100644 index 0000000..f961da9 --- /dev/null +++ b/ansible_collections/nullified/infrastructure/roles/workstation/templates/.config/picom.conf @@ -0,0 +1 @@ +backend = "glx"