diff options
| author | Syndamia <kamen@syndamia.com> | 2022-09-06 10:53:14 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-09-06 10:53:14 +0300 |
| commit | dd6a62a3c881c0b2e71db5bb923c60a54d2b016d (patch) | |
| tree | 9dd5ab4fbeecb3b5b804b4fb98189be74273cf47 /.b/etc/lightdm/users.conf | |
| parent | ee3518fb810ba6df3945f5bc8196135b17233c81 (diff) | |
| download | dotfiles-dd6a62a3c881c0b2e71db5bb923c60a54d2b016d.tar dotfiles-dd6a62a3c881c0b2e71db5bb923c60a54d2b016d.tar.gz dotfiles-dd6a62a3c881c0b2e71db5bb923c60a54d2b016d.zip | |
Moved configuration backups to .b folder, updated portage and lightdm configs, moved docs to .c folder, moved and symbolic linked README
Diffstat (limited to '.b/etc/lightdm/users.conf')
| -rw-r--r-- | .b/etc/lightdm/users.conf | 14 |
1 files changed, 14 insertions, 0 deletions
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 |
