Skip to content

Instantly share code, notes, and snippets.

@573
Forked from miguelmota/.xinitrc
Created September 15, 2022 10:13
Show Gist options
  • Save 573/15d8ee63167816e45fc0bedcef55a7bc to your computer and use it in GitHub Desktop.
Save 573/15d8ee63167816e45fc0bedcef55a7bc 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment