add script to change screen

This commit is contained in:
Pim Kunis 2023-02-23 21:19:38 +01:00
parent 0e17da9f9c
commit e96cfc90b5
4 changed files with 19 additions and 0 deletions

View file

@ -13,3 +13,8 @@
copy:
src: "{{ role_path }}/files/config"
dest: ~/.config/i3/config
- name: Copy scripts directory
copy:
src: "{{ role_path }}/files/scripts"
dest: ~/.config/i3
mode: preserve