diff options
Diffstat (limited to 'raveos-plasma-theme/raveos-plasma-apply.sh')
| -rwxr-xr-x | raveos-plasma-theme/raveos-plasma-apply.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raveos-plasma-theme/raveos-plasma-apply.sh b/raveos-plasma-theme/raveos-plasma-apply.sh index ed9213b..c73bb64 100755 --- a/raveos-plasma-theme/raveos-plasma-apply.sh +++ b/raveos-plasma-theme/raveos-plasma-apply.sh @@ -205,6 +205,7 @@ while IFS=: read -r user _ uid gid _ home shell; do "${home}/.config/kwalletrc" \ "${home}/.config/kdeglobals" \ "${home}/.config/plasmarc" 2>/dev/null || true + chown "${uid}:${gid}" "${home}/.config" "${home}/.local" "${home}/.local/share" 2>/dev/null || true for d in \ .config/kitty \ .config/fastfetch \ |