sway

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

commit 264a9ee9d8da6634775b49a07be4694b8507ce63
parent 781fc604b4626249fa5be1c1629183bca23fe49c
Author: wdbw <tuturu@tutanota.com>
Date:   Sat,  6 May 2017 10:45:17 +0100

Add missing send-event mode to sway-input(5)

Also, fix a small typo.
Diffstat:
Msway/sway-input.5.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt @@ -30,7 +30,7 @@ Commands **input** <identifier> dwt <enabled|disabled>:: Enables or disables disable-while-typing for the specified input device. -**input** <identifier> events <enable|disabled>:: +**input** <identifier> events <enabled|disabled|disabled_on_external_mouse>:: Enables or disables send_events for specified input device. (Disabling send_events disables the input device)