1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

Mention autologin

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-02-17 10:31:20 -07:00
parent b4b1a53809
commit 150c4c5903
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -8,6 +8,15 @@ By default, Qubes does not use discard with a LUKS volume. To enable discard, ru
sudo cryptsetup --allow-discards --persistent refresh LUKS-UUID-HERE
```
### Auto login
The first login prompt after the encryption password is security theatre, so we can skip it entirely. Make `/etc/lightdm/lightdm.conf.d/autologin`:
```
[Seat:*]
autologin-user=USERNAME
```
### S0ix sleep
On certain hardware like the Thinkpad T14 Gen 1, you need to enable S0ix sleep support for suspension to work correctly. Use the following command: