diff options
author | Drew DeVault <[email protected]> | 2018-07-28 20:49:13 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-07-28 20:49:13 -0400 |
commit | cded0ff7e80b81f26f98e55956a4c5a08552e5d5 (patch) | |
tree | 6339f11af66a7f6f42c899f10bc1add221f194ee /sway/sway-input.5.scd | |
parent | 53069f1403587d230e8f2c6adb61daa7c5e022b7 (diff) | |
parent | 30fee94354b61c2604431a53f4d1a1daf6c0a67a (diff) |
Merge pull request #2371 from ggreer/numlock
Don't enable numlock by default.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r-- | sway/sway-input.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd index fa311971..b2395273 100644 --- a/sway/sway-input.5.scd +++ b/sway/sway-input.5.scd @@ -39,7 +39,7 @@ The following commands may only be used in the configuration file. Initially enables or disables CapsLock, the default is disabled. *input* <identifier> xkb\_numlock enabled|disabled - Initially enables or disables NumLock, the default is enabled. + Initially enables or disables NumLock, the default is disabled. ## MAPPING CONFIGURATION |