From 150c4c590334967da471ec0eff5047c06cf745ce Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 17 Feb 2025 10:31:20 -0700 Subject: [PATCH] Mention autologin Signed-off-by: Tommy --- Quality of Life.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Quality of Life.md b/Quality of Life.md index 76fb1d8..fd7ec32 100644 --- a/Quality of Life.md +++ b/Quality of Life.md @@ -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: