Lightdm : Activation auto numlock + Affichage utilisateurs en liste
This commit is contained in:
parent
19a7567b8e
commit
5ad74bf470
9
config/hooks/live/0400-lightdm-config.hook.chroot
Executable file
9
config/hooks/live/0400-lightdm-config.hook.chroot
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p /etc/lightdm/lightdm.conf.d
|
||||
echo -e "[Seat:*]\ngreeter-hide-users=false" > /etc/lightdm/lightdm.conf.d/010-users-list.conf
|
||||
echo -e "[Seat:*]\ngreeter-setup-script=/usr/bin/numlockx on" > /etc/lightdm/lightdm.conf.d/020-numlock-on.conf
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user