Aesthetics

This commit is contained in:
DeaDvey 2024-07-26 02:45:17 +00:00 committed by GitHub
parent 691996ff7f
commit cb853cb379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,9 +85,9 @@ sudo systemdtl enable li
``` ```
You may also want to disable your current Display Manager for instance: You may also want to disable your current Display Manager for instance:
```sh ```sh
sudo systemctl disable sddm # Disables SDDM (KDE's dm) sudo systemctl disable sddm # Disables SDDM (KDE's dm)
sudo systemctl disable lightdm # Disables lightDM (popular lightweight DM) sudo systemctl disable lightdm # Disables lightDM (popular lightweight DM)
sudo systemctl disable gdm # Disables GDM (Gnomes DM) sudo systemctl disable gdm # Disables GDM (Gnomes DM)
``` ```
# Configuring # Configuring