Created
November 27, 2024 11:34
-
-
Save miguelmota/21b5df717c5a5c82f66e8a10aa215658 to your computer and use it in GitHub Desktop.
Arch linux install mate desktop environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo pacman -S mate mate-extra | |
sudo pacman -S lightdm lightdm-gtk-greeter | |
sudo systemctl enable lightdm | |
# optional | |
sudo pacman -S mate-themes | |
reboot | |
# to manually start DE with xinit | |
sudo pacman -S xorg-server xorg-xinit | |
echo "exec mate-session" > ~/.xinitrc | |
startx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment