commit 7abf29d8b8b532ae1aa931d485e3bce9ac38f512 parent de544cfaef5a923ab692cd98b2d438a8273c723c Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 2 Sep 2019 20:16:15 +0200 Note down more Buster tweaks Diffstat:
| M | README.md | | | 2 | +- |
| M | guides/setups/nc10-laptop/debian-buster.org | | | 12 | ++++++++++++ |
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 10596 words in 23 pages +## still reachable: 10642 words in 23 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git 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