From e72fe9d52e449f4c88478866556039abc2decae0 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 16 Jul 2019 18:27:33 +0200 Subject: [PATCH] Enable numlock on boot Signed-off-by: Severin Kaderli --- system/.config/X11/xsetup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/.config/X11/xsetup b/system/.config/X11/xsetup index f788272..49c8289 100644 --- a/system/.config/X11/xsetup +++ b/system/.config/X11/xsetup @@ -19,6 +19,9 @@ xset -dpms # Set keyboard layout setxkbmap -model pc105 -layout ch +# Enable numlock +numlockx & + # Start applications nm-applet & redshift-gtk &