aboutsummaryrefslogtreecommitdiff
path: root/3-post-setup.sh
diff options
context:
space:
mode:
authorChris Titus <[email protected]>2021-10-21 23:15:55 -0500
committerChris Titus <[email protected]>2021-10-21 23:15:55 -0500
commit0136a883f07dcbfd017b1fb75adb771eff9e2496 (patch)
treefdd90d907bf782dcfaef4ab18015719eda11839e /3-post-setup.sh
parentdd2c035f8e6de6e8f80038dac6ab6962544743d4 (diff)
downloadArchTitus-0136a883f07dcbfd017b1fb75adb771eff9e2496.tar.xz
ArchTitus-0136a883f07dcbfd017b1fb75adb771eff9e2496.zip
big fixes
Diffstat (limited to '3-post-setup.sh')
-rwxr-xr-x3-post-setup.sh27
1 files changed, 2 insertions, 25 deletions
diff --git a/3-post-setup.sh b/3-post-setup.sh
index 92a2f17..58b4642 100755
--- a/3-post-setup.sh
+++ b/3-post-setup.sh
@@ -54,15 +54,6 @@ sudo sed -i 's|initramfs-linux.img|initramfs-linux-lts.img|g' /boot/loader/entri
# ------------------------------------------------------------------------
-echo -e "\nConfiguring vconsole.conf to set a larger font for login shell"
-
-sudo cat <<EOF > /etc/vconsole.conf
-KEYMAP=us
-FONT=ter-v16b
-EOF
-
-# ------------------------------------------------------------------------
-
echo -e "\nIncreasing file watcher count"
# This prevents a "too many files" error in Visual Studio Code
@@ -80,27 +71,13 @@ sudo sed -i 's|load-module module-esound-protocol-unix|#load-module module-esoun
echo -e "\nEnabling Login Display Manager"
-sudo systemctl enable --now sddm.service
-
+sudo systemctl enable sddm.service
echo -e "\nSetup SDDM Theme"
-sudo cat <<EOF > /etc/sddm.conf.d/kde_settings.conf
-[Autologin]
-Relogin=false
-Session=
-User=
-
-[General]
-HaltCommand=/usr/bin/systemctl poweroff
-RebootCommand=/usr/bin/systemctl reboot
-
+sudo cat <<EOF > /etc/sddm.conf
[Theme]
Current=Nordic
-
-[Users]
-MaximumUid=60513
-MinimumUid=1000
EOF
# ------------------------------------------------------------------------