From 0e9496b01e04719c68f19b80f3579258ae70b956 Mon Sep 17 00:00:00 2001 From: erdii Date: Sun, 27 Apr 2025 10:17:26 +0200 Subject: chore(wiki): document numlock setting Co-Authored-By: Ivan Molodetskikh Signed-off-by: erdii --- wiki/Configuration:-Input.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index 4a4c62ec..f50024fd 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -23,6 +23,7 @@ input { // repeat-delay 600 // repeat-rate 25 // track-layout "global" + numlock } touchpad { @@ -166,6 +167,20 @@ input { } ``` +#### Num Lock + +Set the `numlock` flag to turn on Num Lock automatically at startup. + +You might want to disable (comment out) `numlock` if you're using a laptop with a keyboard that overlays Num Lock keys on top of regular keys. + +```kdl +input { + keyboard { + numlock + } +} +``` + ### Pointing Devices Most settings for the pointing devices are passed directly to libinput. -- cgit