diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-08-18 19:18:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-18 19:18:12 -0400 |
commit | f99992a8ae09e3a988f92558824fa1dc580a55cf (patch) | |
tree | b18e09424887d3c7e5c33bacc52ed2b2c23f69a7 /sway | |
parent | 420fa20ae63cf010b0849ca11a96e67d54ffb0bc (diff) | |
parent | aecd33d25db184d152ec6b7ddd69db6713ec232e (diff) | |
download | sway-f99992a8ae09e3a988f92558824fa1dc580a55cf.tar.xz |
Merge pull request #862 from goetzc/master
Add input example section to config
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-input.5.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt index ea7b790a..17b74705 100644 --- a/sway/sway-input.5.txt +++ b/sway/sway-input.5.txt @@ -11,9 +11,9 @@ sway-input - input configuration file and commands Description ----------- -Sway allows for configuration of libinput devices through _input { }_ blocks in -your config file. To obtain a list of available devices, run **swaymsg -t -get_inputs**. +Sway allows for configuration of libinput devices within the sway configuration file. +sway-input commands must be used inside a _input { }_ block in the config. +To obtain a list of available devices identifier, run **swaymsg -t get_inputs**. Commands -------- |