aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar Geoff Greer <geoff@greer.fm>2018-07-27 22:42:50 -0700
committerLibravatar Geoff Greer <geoff@greer.fm>2018-07-28 16:22:20 -0700
commit30fee94354b61c2604431a53f4d1a1daf6c0a67a (patch)
tree6339f11af66a7f6f42c899f10bc1add221f194ee /sway/sway-input.5.scd
parentMerge pull request #2360 from RyanDwyer/floating-containers (diff)
downloadsway-30fee94354b61c2604431a53f4d1a1daf6c0a67a.tar.gz
sway-30fee94354b61c2604431a53f4d1a1daf6c0a67a.tar.zst
sway-30fee94354b61c2604431a53f4d1a1daf6c0a67a.zip
Don't enable numlock by default. This fixes an annoying issue where laptop keyboards would have 'numlock mode' enabled, remapping parts of the alphabet to numbers.
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd2
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.
39 Initially enables or disables CapsLock, the default is disabled. 39 Initially enables or disables CapsLock, the default is disabled.
40 40
41*input* <identifier> xkb\_numlock enabled|disabled 41*input* <identifier> xkb\_numlock enabled|disabled
42 Initially enables or disables NumLock, the default is enabled. 42 Initially enables or disables NumLock, the default is disabled.
43 43
44## MAPPING CONFIGURATION 44## MAPPING CONFIGURATION
45 45