diff --git a/files/configs/i3/i3/config b/files/configs/i3/i3/config index 3f3d8b6..f0be083 100644 --- a/files/configs/i3/i3/config +++ b/files/configs/i3/i3/config @@ -80,6 +80,7 @@ exec --no-startup-id xautolock -time 10 -locker blurlock exec --no-startup-id autorandr --change exec --no-startup-id greenclip daemon 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 sysinfo-notify diff --git a/tasks/configure-software-manjaro.yaml b/tasks/configure-software-manjaro.yaml index c03b613..80de4b7 100644 --- a/tasks/configure-software-manjaro.yaml +++ b/tasks/configure-software-manjaro.yaml @@ -8,9 +8,9 @@ name: ["alacritty", "ranger", "mousepad", "ghostwriter", "thunar", "xclip"] state: present -- name: Package Installation - Install greenclip from AUR +- name: Package Installation - Install AUR packages become_user: "{{ username }}" - command: yay -S --noconfirm greenclip + command: yay -S --noconfirm greenclip seafile-client args: creates: /usr/bin/greenclip diff --git a/tasks/configure-user.yaml b/tasks/configure-user.yaml index 9e7c04b..959d77f 100644 --- a/tasks/configure-user.yaml +++ b/tasks/configure-user.yaml @@ -23,3 +23,9 @@ file: path: "{{ userhome }}/opt/scripts" state: directory + +- name: User Configuration - Create Seafile directory + become_user: "{{ username }}" + file: + path: "{{ userhome }}/Seafile" + state: directory