From 28081b76891ddbbb825dee6c202037d78aa8f164 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sun, 17 Jan 2016 02:53:37 -0800 Subject: libinput --- sway/sway-input.5.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 sway/sway-input.5.txt (limited to 'sway/sway-input.5.txt') diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt new file mode 100644 index 00000000..ec5d1314 --- /dev/null +++ b/sway/sway-input.5.txt @@ -0,0 +1,46 @@ +///// +vim:set ts=4 sw=4 tw=82 noet: +///// +sway (5) +======== + +Name +---- +sway - input configuration file and commands + +Description +----------- + +Sway allows for configuration of libinput dveices. + + +Commands +-------- + +**input** click_method : + Changes the click method for the specified device. + +**input** drag_lock : + Enables or disables drag lock for specified input device. + +**input** dwt : + Enables or disables disable-while-typing for the specified input device. + +**input** events : + Enables or disables send_events for specified input device. + (Disabling send_events disables the input device) + +**input** middle_emulation : + Enables or disables middle click emulation. + +**input** natural_scroll : + Enables or disables natural scrolling for the specified input device. + +**input** pointer_accel <[-1,1]>: + Changes the pointer acceleration for the specified input device. + +**input** scroll_method : + Changes the scroll method for the specified input device. + +**input** tap : + Enables or disables tap for specified input device. -- cgit v1.2.3-54-g00ecf