diff --git a/hooks/5-add-autologin.chroot b/hooks/5-add-autologin.chroot index 675bb21..043454d 100755 --- a/hooks/5-add-autologin.chroot +++ b/hooks/5-add-autologin.chroot @@ -6,4 +6,4 @@ echo -e '[daemon]\nAutomaticLogin=pikaos\nAutomaticLoginEnable=True' >> /etc/gdm sed '/WaylandEnable=false/ s/^\#*/\#/' -i /etc/gdm3/daemon.conf || true ln -sf /etc/gdm3/daemon.conf /etc/gdm3/custom.conf echo -e '[Autologin]\nUser=pikaos\nSession=plasma' > /etc/sddm.conf.d/zautologin.conf || true -echo -e '[User]\nSession=hyprland\nIcon=/home/pikaos/.face\nSystemAccount=false' > /var/lib/AccountsService/users/pikaos || true +echo -e '[User]\nSession=pika-hyprland\nIcon=/home/pikaos/.face\nSystemAccount=false' > /var/lib/AccountsService/users/pikaos || true