Skip to content

Instantly share code, notes, and snippets.

View w3teal's full-sized avatar

W3Teal w3teal

View GitHub Profile
@w3teal
w3teal / install_lightdm.sh
Created November 10, 2025 08:39 — forked from miguelmota/install_lightdm.sh
Arch linux install lightdm (Light Display Manager)
sudo pacman -S lightdm
sudo pacman -S lightdm-gtk-greeter
sudo systemctl enable lightdm
sudo systemctl start lightdm
%reset-Button {
all: unset;
outline: revert;
}