Load tilix config

This commit is contained in:
Jake Howard 2018-09-10 20:40:39 +01:00
parent 9a25d125c9
commit a4171938b3
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 6 additions and 0 deletions

View File

@ -58,3 +58,9 @@
dest: /home/jake/.config/alacritty/alacritty.yml
mode: 0644
owner: jake
- name: Tilix config
shell: "dconf load /etc/gexperts/Tilix/"
args:
stdin: "{{ lookup('file', './files/tilix.conf') }}"
become: jake