diff --git a/presets/rog-ally-plasma/overlay/rogally-post-install b/presets/rog-ally-plasma/overlay/rogally-post-install index 2e258b6..e62b412 100755 --- a/presets/rog-ally-plasma/overlay/rogally-post-install +++ b/presets/rog-ally-plasma/overlay/rogally-post-install @@ -24,7 +24,7 @@ systemctl disable rogally-post-install.service # Pacman Init pacman-key --init -pacman-key --populate archlinuxarm manjaro manjaro-arm +pacman-key --populate archlinux manjaro # Disable the root login passwd --lock root diff --git a/presets/steam.toml b/presets/steam.toml index 0b0147e..583075e 100644 --- a/presets/steam.toml +++ b/presets/steam.toml @@ -11,7 +11,7 @@ echo "DisplayServer=wayland" >> /etc/sddm.conf.d/manjaro.conf echo "[Autologin]" >> /etc/sddm.conf.d/manjaro.conf echo "Relogin=true" >> /etc/sddm.conf.d/manjaro.conf echo "Session=gamescope-session.desktop" >> /etc/sddm.conf.d/manjaro.conf -echo "User=$ALMA_USER" >> /etc/sddm.conf.d/manjaro.conf +echo "User=${ALMA_USER}" >> /etc/sddm.conf.d/manjaro.conf echo "[X11]" >> /etc/sddm.conf.d/manjaro.conf echo "# Janky workaround for wayland sessions not stopping in sddm, kills" >> /etc/sddm.conf.d/manjaro.conf echo "# all active sddm-helper sessions on teardown" >> /etc/sddm.conf.d/manjaro.conf