From dd6a62a3c881c0b2e71db5bb923c60a54d2b016d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 6 Sep 2022 10:53:14 +0300 Subject: Moved configuration backups to .b folder, updated portage and lightdm configs, moved docs to .c folder, moved and symbolic linked README --- .b/etc/lightdm/users.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .b/etc/lightdm/users.conf (limited to '.b/etc/lightdm/users.conf') diff --git a/.b/etc/lightdm/users.conf b/.b/etc/lightdm/users.conf new file mode 100644 index 0000000..97db5ac --- /dev/null +++ b/.b/etc/lightdm/users.conf @@ -0,0 +1,14 @@ +# +# User accounts configuration +# +# NOTE: If you have AccountsService installed on your system, then LightDM will +# use this instead and these settings will be ignored +# +# minimum-uid = Minimum UID required to be shown in greeter +# hidden-users = Users that are not shown to the user +# hidden-shells = Shells that indicate a user cannot login +# +[UserList] +minimum-uid=1000 +hidden-users=nobody nobody4 noaccess +hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin -- cgit v1.2.3