Fix wrong username in commands
This commit is contained in:
parent
e23b7d3f66
commit
ced263ee0b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue