summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/raveos-hyprland-apply.sh
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-26 18:23:34 +0200
committerNippy <nippy@rp1.hu>2026-06-26 18:23:34 +0200
commit608b638414fee4f2e4963dacc2e5f1f212781556 (patch)
tree96d4fbd69298cd2124774a622e544c7573e6800c /raveos-hyprland-theme/raveos-hyprland-apply.sh
parent072682d33f0441a65030fbe9b6db1f5a661a603e (diff)
downloadRaveOS-PKGBUILD-608b638414fee4f2e4963dacc2e5f1f212781556.tar.gz
RaveOS-PKGBUILD-608b638414fee4f2e4963dacc2e5f1f212781556.zip
hypr gtk theme update
Diffstat (limited to 'raveos-hyprland-theme/raveos-hyprland-apply.sh')
-rw-r--r--raveos-hyprland-theme/raveos-hyprland-apply.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/raveos-hyprland-apply.sh b/raveos-hyprland-theme/raveos-hyprland-apply.sh
index df625e4..73e0bac 100644
--- a/raveos-hyprland-theme/raveos-hyprland-apply.sh
+++ b/raveos-hyprland-theme/raveos-hyprland-apply.sh
@@ -181,6 +181,9 @@ while IFS=: read -r user _ uid gid _ home shell; do
# XDG user könyvtárak (Letöltések, Dokumentumok stb.)
runuser -u "$user" -- xdg-user-dirs-update 2>/dev/null || true
+ # Session init service engedélyezése (user service)
+ runuser -u "$user" -- systemctl --user enable raveos-hyprland-session-init.service 2>/dev/null || true
+
# Tulajdonos visszaállítása
chown -R "${uid}:${gid}" "$home"