Fix wrong username in commands

This commit is contained in:
this.ven 2024-05-21 08:58:06 +02:00
parent e23b7d3f66
commit ced263ee0b

View file

@ -97,7 +97,7 @@ values `xfce` (DE) and `thisven` (user):
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#autologin-user-timeout=0
#autologin-user=patient0
#autologin-user=thisven
#autologin-session=xfce
```
@ -105,7 +105,7 @@ I need to create a `autologin` group and add my username to it:
```bash
sudo groupadd -r autologin
sudo gpasswd -a patient0 autologin
sudo gpasswd -a thisven autologin
```
I [enable LightDM](https://wiki.archlinux.org/title/LightDM#Enabling_LightDM)'s