diff options
Diffstat (limited to 'wiki/Configuration:-Input.md')
| -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. |
