Disable wayland crap
This commit is contained in:
parent
a45ab8267d
commit
275fde7cc0
1 changed files with 4 additions and 1 deletions
|
@ -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 "<?xml version=\"1.0\"?>
|
|||
" | sudo tee /etc/fonts/local.conf
|
||||
fc-cache
|
||||
|
||||
echo -e "\nInstallation done."
|
||||
echo -e "\nInstallation done.\nPlease restart your computer."
|
||||
|
|
Reference in a new issue