mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-01 22:47:23 -04:00
Switch to lightdm (sddm appears broken on Artix)
This commit is contained in:
+2
-2
@@ -101,8 +101,8 @@ chmod -R 700 /home
|
|||||||
|
|
||||||
# installing desktop environment and addons + utilities
|
# installing desktop environment and addons + utilities
|
||||||
if [ "$formfactor" -lt 4 ]; then
|
if [ "$formfactor" -lt 4 ]; then
|
||||||
pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa plasma-desktop sddm-openrc sddm-kcm kscreen kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager pcmanfm-qt yakuake ark kate bluedevil bluez --needed --noconfirm
|
pacman -S pipewire pipewire-pulse pipewire-jack pipewire-alsa 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 bluedevil bluez --needed --noconfirm
|
||||||
rc-update add sddm
|
rc-update add lightdm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# installing and configuring basic software packages
|
# installing and configuring basic software packages
|
||||||
|
|||||||
Reference in New Issue
Block a user