From fd44a5649a25bf0e9aeec2c45a0546610dc1bcc1 Mon Sep 17 00:00:00 2001 From: Randall Date: Thu, 22 Sep 2022 23:07:21 -0400 Subject: [PATCH] Removed LightDM in favor of startx --- chrootInstall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 38a632c..c60e064 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -112,8 +112,9 @@ fi # installing desktop environment and addons + utilities if [ "$formfactor" -lt 4 ]; then - pacman -S xorg pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber libpulse plasma-desktop lightdm-openrc lightdm-gtk-greeter kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate micro bluedevil bluez-openrc --needed --noconfirm - rc-update add lightdm + pacman -S xorg pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber libpulse plasma-desktop xorg-xinit kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate micro bluedevil bluez-openrc --needed --noconfirm + echo -e "export DESKTOP_SESSION=plasma\nexec startplasma-x11" > /home/"$username"/.xinitrc + echo -e "if [ -z "\${DISPLAY}" ] && [ "\${XDG_VTNR}" -eq 1 ]; then exec startx; fi" >> /home/"$username"/.bash_profile curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/powerset/powerset.sh -o /usr/local/bin/powerset.sh curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/xcaffeine/xcaffeine.sh -o /usr/local/bin/xcaffeine.sh mkdir -p /home/"$username"/.config/autostart/