profile: numlockx on

This commit is contained in:
Aminda Suomalainen 2015-12-15 20:05:55 +02:00
parent 2dce923a56
commit a187ae584d
2 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,6 @@ setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
# Set TZ as the current timezone. This is supposed to be sent over SSH.
TZ=$(date +%Z)
# Enable numlock
numlockx on

View File

@ -19,6 +19,8 @@ eval $(gpg-agent --daemon)
# Enable core files.
ulimit -c unlimited
# Numlock on at boot
numlockx on
# The environment was set to ~/.environment according to other files...
if [ -f ~/.environment ]; then