summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-08-05 13:58:14 -0400
committerLibravatar GitHub <noreply@github.com>2016-08-05 13:58:14 -0400
commitaca9f6b2a26f0924a99dfd5bb2532bac484b88a0 (patch)
treeb64f65ef251aea38c653fa10f8f8904eff1a3551
parentMerge pull request #838 from thejan2009/bug/workspace-switch-bug (diff)
parentadded get_inputs hint to man 5 sway-input (diff)
downloadsway-aca9f6b2a26f0924a99dfd5bb2532bac484b88a0.tar.gz
sway-aca9f6b2a26f0924a99dfd5bb2532bac484b88a0.tar.zst
sway-aca9f6b2a26f0924a99dfd5bb2532bac484b88a0.zip
Merge pull request #840 from minus7/man-inputs
added get_inputs hint to man 5 sway-input
-rw-r--r--sway/sway-input.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index 2ac878cd..ea7b790a 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -12,7 +12,8 @@ Description
12----------- 12-----------
13 13
14Sway allows for configuration of libinput devices through _input { }_ blocks in 14Sway allows for configuration of libinput devices through _input { }_ blocks in
15your config file. 15your config file. To obtain a list of available devices, run **swaymsg -t
16get_inputs**.
16 17
17Commands 18Commands
18-------- 19--------