diff options
| author | erdii <me@erdii.engineering> | 2025-04-27 10:17:26 +0200 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-04-30 09:54:19 -0700 |
| commit | 0e9496b01e04719c68f19b80f3579258ae70b956 (patch) | |
| tree | 3ec67054ea608969584bb69be93f36a8a1492d55 | |
| parent | 82dabc21f3c2379a7bed320574ff468869d59a18 (diff) | |
| download | niri-0e9496b01e04719c68f19b80f3579258ae70b956.tar.gz niri-0e9496b01e04719c68f19b80f3579258ae70b956.tar.bz2 niri-0e9496b01e04719c68f19b80f3579258ae70b956.zip | |
chore(wiki): document numlock setting
Co-Authored-By: Ivan Molodetskikh <yalterz@gmail.com>
Signed-off-by: erdii <me@erdii.engineering>
| -rw-r--r-- | wiki/Configuration:-Input.md | 15 |
1 files changed, 15 insertions, 0 deletions
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. |
