Last active
April 6, 2017 20:08
-
-
Save luisfc/11e533ff2c300631cda4da97d30bd3a4 to your computer and use it in GitHub Desktop.
Enable numlock when ubuntu boot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Ensure that numlockx is installed: | |
sudo apt-get install numlockx | |
#Edit as root user the next file | |
sudo vi /usr/share/lightdm/lightdm.d/50-ubuntu.conf | |
or | |
sudo vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf | |
#Add the following line to the end of the file | |
greeter-setup-script=/usr/bin/numlockx on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment