diff --git a/installation.sh b/installation.sh index cf32d6f..037a47d 100644 --- a/installation.sh +++ b/installation.sh @@ -9,6 +9,9 @@ sudo pacman -S base-devel gdb --noconfirm # === Yay === sudo pacman -S yay --noconfirm +# Disable wayland +sudo sed -i "6s#.*#WaylandEnable=false#" /etc/gdm/custom.conf + # === Fish === sudo pacman -S fish bat exa --noconfirm # Remove motd @@ -290,4 +293,4 @@ sudo echo " " | sudo tee /etc/fonts/local.conf fc-cache -echo -e "\nInstallation done." +echo -e "\nInstallation done.\nPlease restart your computer."