///// vim:set ts=4 sw=4 tw=82 noet: ///// sway-input (5) ============== Name ---- sway-input - input configuration file and commands Description ----------- Sway allows for configuration of libinput devices within the sway configuration file. sway-input commands must be used inside an _input { }_ block in the config. To obtain a list of available device identifiers, run **swaymsg -t get_inputs**. Commands -------- **input** accel_profile :: Sets the pointer acceleration profile for the specified input device. **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** left_handed :: Enables or disables left handed mode for specified input device. **input** middle_emulation :: Enables or disables middle click emulation. **input** natural_scroll :: Enables or disables natural (inverted) 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. See Also -------- **sway**(5)