fix cosmic settings path
This commit is contained in:
parent
a7e67468f9
commit
4d5788371e
1 changed files with 6 additions and 0 deletions
|
@ -63,6 +63,12 @@
|
||||||
dest: "{{ config_dir }}/starship.toml"
|
dest: "{{ config_dir }}/starship.toml"
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Create cosmic settings path
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1"
|
||||||
|
state: directory
|
||||||
|
mode: "0755"
|
||||||
|
|
||||||
# .config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom
|
# .config/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom
|
||||||
- name: Link custom cosmic shortcuts
|
- name: Link custom cosmic shortcuts
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Reference in a new issue