lightdm numlockx bug fixed
This commit is contained in:
parent
8f20b87010
commit
80841e342e
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ function enableNumLockX () {
|
|||
|
||||
if which lightdm >/dev/null; then
|
||||
sudo cp /etc/lightdm/lightdm.conf.d/70-linuxmint.conf /etc/lightdm/lightdm.conf.d/70-linuxmint.conf.yggbak
|
||||
echo "greeter-setup-script=/usr/bin/numlockx on" | sudo tee -a /etc/lightdm/lightdm.conf.d/70-linuxmint.conf
|
||||
echo -e "\ngreeter-setup-script=/usr/bin/numlockx on" | sudo tee -a /etc/lightdm/lightdm.conf.d/70-linuxmint.conf
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue