aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.txt
diff options
context:
space:
mode:
authorLibravatar Götz Christ <goetzchrist@gmail.com>2016-08-18 17:56:01 -0500
committerLibravatar Götz Christ <goetzchrist@gmail.com>2016-08-18 18:00:58 -0500
commitaecd33d25db184d152ec6b7ddd69db6713ec232e (patch)
treeb18e09424887d3c7e5c33bacc52ed2b2c23f69a7 /sway/sway-input.5.txt
parentMerge pull request #853 from guiniol/indicator-color (diff)
downloadsway-aecd33d25db184d152ec6b7ddd69db6713ec232e.tar.gz
sway-aecd33d25db184d152ec6b7ddd69db6713ec232e.tar.zst
sway-aecd33d25db184d152ec6b7ddd69db6713ec232e.zip
Add input example section to config
Also improve sway-input(5) description to be more consistent with sway-bar(5).
Diffstat (limited to 'sway/sway-input.5.txt')
-rw-r--r--sway/sway-input.5.txt6
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
11Description 11Description
12----------- 12-----------
13 13
14Sway allows for configuration of libinput devices through _input { }_ blocks in 14Sway allows for configuration of libinput devices within the sway configuration file.
15your config file. To obtain a list of available devices, run **swaymsg -t 15sway-input commands must be used inside a _input { }_ block in the config.
16get_inputs**. 16To obtain a list of available devices identifier, run **swaymsg -t get_inputs**.
17 17
18Commands 18Commands
19-------- 19--------