Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active November 18, 2023 10:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miguelmota/0a04b7d9f490607ff90911e788092c09 to your computer and use it in GitHub Desktop.
Save miguelmota/0a04b7d9f490607ff90911e788092c09 to your computer and use it in GitHub Desktop.
Arch linux LXDE setup instructions
exec startlxde
sudo pacman -S lxde
sudo pacman -S xorg-init
vim ~/.xinitrc
startx
vim ~/.config/lxpanel/LXDE/panels/panel # and then remove command=run item
# optionally install display manager (login screen)
sudo pacman -S lxdm
sudo systemctl enable lxdm
sudo systemctl start lxdm
@Enprogames
Copy link

xorg-init should be xorg-xinit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment