Last active
January 15, 2025 08:57
-
-
Save miguelmota/f6a11cebd9bdb6bb2ad813e99c1262b9 to your computer and use it in GitHub Desktop.
Arch linux install Ly display manager
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
chmod +x ~/.xinitrc | |
sudo pacman -S ly | |
sudo systemctl enable ly.service | |
sudo systemctl start ly.service | |
# config | |
sudo vim /etc/ly/config.ini | |
sudo systemctl restart ly.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment