From a187ae584d4ceb704a4c65fc228a95081979608c Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 15 Dec 2015 20:05:55 +0200 Subject: [PATCH] profile: numlockx on --- etc/profile.d/mikaela.sh | 3 +++ rc/profile | 2 ++ 2 files changed, 5 insertions(+) diff --git a/etc/profile.d/mikaela.sh b/etc/profile.d/mikaela.sh index d7255458..2094aae8 100644 --- a/etc/profile.d/mikaela.sh +++ b/etc/profile.d/mikaela.sh @@ -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 diff --git a/rc/profile b/rc/profile index 14491d48..f4ed138e 100644 --- a/rc/profile +++ b/rc/profile @@ -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