From 275fde7cc0715caec6150c2306ca1ec0f77c7ff0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 18 Feb 2022 21:39:27 +0100 Subject: [PATCH] Disable wayland crap --- installation.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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."