fix: xremap

This commit is contained in:
Matthieu Bessat 2024-06-03 23:01:48 +02:00
parent 3447a0b86d
commit 3ae707ed45
3 changed files with 18 additions and 1 deletions

1
ansible/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
arch_packages.json

View file

@ -6,5 +6,6 @@ Description=xremap
[Service]
Restart=always
ExecStart=xremap {{ home }}/.config/xremap/config.yaml --watch
ExecStart=xremap {{ home }}/.config/xremap/config.yaml
# --watch does nothing

View file

@ -226,6 +226,21 @@
enabled: true
# OTHERS
- name: Setup mount point folder
file:
path: "{{ home }}/.mnt"
state: directory
recurse: true
- name: Setup mount point folder
file:
path: "{{ home }}/.mnt/etb"
state: directory
recurse: true
- name: Setup triage folder
file:
path: "{{ home }}/triage"
state: directory
recurse: true
- name: Setup quick notes folder
file:
path: "{{ home }}/.hidden/quick_notes/"