From 2bedf3087cba97ce636c9bffe80c2ef176c50be2 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 4 Oct 2022 19:42:55 +0200 Subject: [PATCH] [-] Remove sddm --- arch-graphical-install-auto.sh | 11 ----------- arch-install.sh | 8 -------- 2 files changed, 19 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index f89c40b..a7c1887 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -635,17 +635,6 @@ if ! [ -f "/etc/X11/xorg.conf.d/40-libinput.conf" ]; then ln -s /usr/share/X11/xorg.conf.d/40-libinput.conf /etc/X11/xorg.conf.d/40-libinput.conf fi -# SDDM Config -# use for configuration kcmshell5 sddm or systemsettings5 - -cp /opt/${repo}/configs/sddm.conf /etc/sddm.conf -cp -R /opt/${repo}/configs/sddm.conf.d /etc/ -cp -R /opt/${repo}/sddm-themes/sugar-candy /usr/share/sddm/themes/ - -sed -i 's/User=.*$/User='$user'/' /etc/sddm.conf.d/kde_settings.conf -#sed -i 's/Current=.*$/Current=\/usr\/share\/sddm\/themes\/maldives/' /etc/sddm.conf -sed -i 's/MinimumVT=.*$/MinimumVT=7/' /etc/sddm.conf - if ! grep 'setxkbmap' /usr/share/sddm/scripts/Xsetup; then echo "setxkbmap de" >> /usr/share/sddm/scripts/Xsetup fi diff --git a/arch-install.sh b/arch-install.sh index 5d819cf..0e932e1 100755 --- a/arch-install.sh +++ b/arch-install.sh @@ -1590,14 +1590,6 @@ touch ${mountpoint}/home/"${user}"/.bash_profile mkdir -p ${mountpoint}/etc/X11/xinit/ -if [ ${autologin} != "n" ]; then - sed -i 's/User=.*$/User='$user'/' /etc/sddm.conf.d/kde_settings.conf -else - sed -i 's/User=.*$/User=/' /etc/sddm.conf.d/kde_settings.conf -fi -#sed -i 's/Current=.*$/Current=\/usr\/share\/sddm\/themes\/maldives/' /etc/sddm.conf -sed -i 's/MinimumVT=.*$/MinimumVT=7/' /etc/sddm.conf - if ! grep 'setxkbmap' /usr/share/sddm/scripts/Xsetup; then echo "setxkbmap de" >> /usr/share/sddm/scripts/Xsetup fi