Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created November 27, 2024 11:34
Show Gist options
  • Save miguelmota/21b5df717c5a5c82f66e8a10aa215658 to your computer and use it in GitHub Desktop.
Save miguelmota/21b5df717c5a5c82f66e8a10aa215658 to your computer and use it in GitHub Desktop.
Arch linux install mate desktop environment
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