feat: add gammastep systemd service and bind cliphist and the later to swaysession
This commit is contained in:
parent
5ccf9f2247
commit
a75a2cc1bc
6 changed files with 33 additions and 8 deletions
|
|
@ -13,6 +13,8 @@
|
|||
timer: true
|
||||
- name: "cliphist"
|
||||
enabled: true
|
||||
- name: "gammastep"
|
||||
enabled: true
|
||||
config_files:
|
||||
- dir: fish
|
||||
name: config.fish
|
||||
|
|
@ -231,6 +233,11 @@
|
|||
path: "{{ home }}/.mnt"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup mount point folder for srv06
|
||||
file:
|
||||
path: "{{ home }}/.mnt/srv06/warmd/mbess"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup mount point folder
|
||||
file:
|
||||
path: "{{ home }}/.mnt/etb"
|
||||
|
|
@ -243,7 +250,17 @@
|
|||
recurse: true
|
||||
- name: Setup quick notes folder
|
||||
file:
|
||||
path: "{{ home }}/.hidden/quick_notes/"
|
||||
path: "{{ home }}/quick/notes"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup quick docs folder
|
||||
file:
|
||||
path: "{{ home }}/quick/docs"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup quick screenshot folder
|
||||
file:
|
||||
path: "{{ home }}/quick/screenshots"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup temporary secrets folder (cookies jar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue