sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit aca9f6b2a26f0924a99dfd5bb2532bac484b88a0
parent 072984de9e5b74f6fcdb2350d508844b92ad7e7e
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri,  5 Aug 2016 13:58:14 -0400

Merge pull request #840 from minus7/man-inputs

added get_inputs hint to man 5 sway-input
Diffstat:
Msway/sway-input.5.txt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt @@ -12,7 +12,8 @@ Description ----------- Sway allows for configuration of libinput devices through _input { }_ blocks in -your config file. +your config file. To obtain a list of available devices, run **swaymsg -t +get_inputs**. Commands --------