add script to change screen
This commit is contained in:
parent
0e17da9f9c
commit
e96cfc90b5
4 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue