summaryrefslogtreecommitdiff
path: root/guides/setups
diff options
context:
space:
mode:
Diffstat (limited to 'guides/setups')
-rw-r--r--guides/setups/nc10-laptop/debian-buster.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/guides/setups/nc10-laptop/debian-buster.org b/guides/setups/nc10-laptop/debian-buster.org
index 97f035f..40da5a1 100644
--- a/guides/setups/nc10-laptop/debian-buster.org
+++ b/guides/setups/nc10-laptop/debian-buster.org
@@ -243,3 +243,15 @@ E: Package 'gcc-doc' has no installation candidate
gcc-doc is only available in the /backports/?
*** Emacs build dependencies
libjansson-dev libwebkit2gtk-4.0-dev
+
+** Configure more stuff
+*** lightdm
+Debian [[https://wiki.debian.org/LightDM#Enable_user_list][hides the list of users]] on the login screen; Bunsenlabs [[https://github.com/BunsenLabs/bunsen-configs/blob/9.6-1/lightdm.conf.d/50_bunsen.conf][enables
+it]] and I kind of like it (fewer keystrokes, and a cute avatar).
+
+#+BEGIN_SRC sh
+$ sudo cat <<EOF > /usr/share/lightdm/lightdm.conf.d/99_custom.conf
+> [Seat:*]
+> greeter-hide-users=false
+> EOF
+#+END_SRC