aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ross Schulman <ross@rbs.io>2020-01-05 11:13:05 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-01-08 10:27:20 -0500
commit5539fb3abc0576d32fdea233a35325941af967f5 (patch)
treebcb0f1bc4ce1f0620e2e653de8901f822cc71b0d
parentAdd missing items to documentation for GET_TREE response in ipc. (diff)
downloadsway-5539fb3abc0576d32fdea233a35325941af967f5.tar.gz
sway-5539fb3abc0576d32fdea233a35325941af967f5.tar.zst
sway-5539fb3abc0576d32fdea233a35325941af967f5.zip
Fix small typo in sway-input(5)
-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 a0f155fe..26cc60f0 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -107,7 +107,7 @@ The following commands may only be used in the configuration file.
107 Sets the pointer acceleration profile for the specified input device. 107 Sets the pointer acceleration profile for the specified input device.
108 108
109*input* <identifier> calibration_matrix <6 space-separated floating point values> 109*input* <identifier> calibration_matrix <6 space-separated floating point values>
110 Sets the calibtration matrix. 110 Sets the calibration matrix.
111 111
112*input* <identifier> click_method none|button_areas|clickfinger 112*input* <identifier> click_method none|button_areas|clickfinger
113 Changes the click method for the specified device. 113 Changes the click method for the specified device.