Disable wayland crap

This commit is contained in:
Mylloon 2022-02-18 21:39:27 +01:00
parent a45ab8267d
commit 275fde7cc0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,6 +9,9 @@ sudo pacman -S base-devel gdb --noconfirm
# === Yay === # === Yay ===
sudo pacman -S yay --noconfirm sudo pacman -S yay --noconfirm
# Disable wayland
sudo sed -i "6s#.*#WaylandEnable=false#" /etc/gdm/custom.conf
# === Fish === # === Fish ===
sudo pacman -S fish bat exa --noconfirm sudo pacman -S fish bat exa --noconfirm
# Remove motd # Remove motd
@ -290,4 +293,4 @@ sudo echo "<?xml version=\"1.0\"?>
" | sudo tee /etc/fonts/local.conf " | sudo tee /etc/fonts/local.conf
fc-cache fc-cache
echo -e "\nInstallation done." echo -e "\nInstallation done.\nPlease restart your computer."