Add Seafile: seaf-cli in autostart, Seafile directory, AUR package
This commit is contained in:
@@ -80,6 +80,7 @@ exec --no-startup-id xautolock -time 10 -locker blurlock
|
|||||||
exec --no-startup-id autorandr --change
|
exec --no-startup-id autorandr --change
|
||||||
exec --no-startup-id greenclip daemon
|
exec --no-startup-id greenclip daemon
|
||||||
exec_always --no-startup-id autotiling
|
exec_always --no-startup-id autotiling
|
||||||
|
exec --no-startup-id seaf-cli start
|
||||||
exec --no-startup-id keepassxc --keyfile /home/kalle/kgokeyfile /home/kalle/Passwords.kdbx
|
exec --no-startup-id keepassxc --keyfile /home/kalle/kgokeyfile /home/kalle/Passwords.kdbx
|
||||||
exec --no-startup-id sysinfo-notify
|
exec --no-startup-id sysinfo-notify
|
||||||
|
|
||||||
|
|||||||
@@ -8,9 +8,9 @@
|
|||||||
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
|
name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"]
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Package Installation - Install greenclip from AUR
|
- name: Package Installation - Install AUR packages
|
||||||
become_user: "{{ username }}"
|
become_user: "{{ username }}"
|
||||||
command: yay -S --noconfirm greenclip
|
command: yay -S --noconfirm greenclip seafile-client
|
||||||
args:
|
args:
|
||||||
creates: /usr/bin/greenclip
|
creates: /usr/bin/greenclip
|
||||||
|
|
||||||
|
|||||||
@@ -23,3 +23,9 @@
|
|||||||
file:
|
file:
|
||||||
path: "{{ userhome }}/opt/scripts"
|
path: "{{ userhome }}/opt/scripts"
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
- name: User Configuration - Create Seafile directory
|
||||||
|
become_user: "{{ username }}"
|
||||||
|
file:
|
||||||
|
path: "{{ userhome }}/Seafile"
|
||||||
|
state: directory
|
||||||
|
|||||||
Reference in New Issue
Block a user