From 8d8a51d8b4ac6b9057fd3d21b199d7cd29270a17 Mon Sep 17 00:00:00 2001 From: Karl Goecking Date: Sun, 15 Feb 2026 21:41:01 +0100 Subject: [PATCH] Add Seafile: seaf-cli in autostart, Seafile directory, AUR package --- files/configs/i3/i3/config | 1 + tasks/configure-software-manjaro.yaml | 4 ++-- tasks/configure-user.yaml | 6 ++++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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