feat(workstation): added picom configuration
This commit is contained in:
parent
5cb62c1ca3
commit
4244571f94
2 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,7 @@
|
||||||
loop:
|
loop:
|
||||||
- { src: "../templates/.config/terminator", dest: "{{ ansible_facts['getent_passwd'][workstation_user_account][4] }}/.config" }
|
- { 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/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'
|
- name: '[authenticator] find if binary is already installed'
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
backend = "glx"
|
Loading…
Add table
Reference in a new issue