mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
Add libinput RotationAngle
This patch adds the libinput option RotationAngle to sway. Signoff-by: Lucas Zampieri <lzampier@redhat.com>
This commit is contained in:
parent
991d75904f
commit
efd83cb8b9
8 changed files with 56 additions and 0 deletions
|
|
@ -175,6 +175,10 @@ The following commands may only be used in the configuration file.
|
|||
*input* <identifier> pointer_accel [<-1|1>]
|
||||
Changes the pointer acceleration for the specified input device.
|
||||
|
||||
*input* <identifier> rotation_angle <angle>
|
||||
Sets the rotation angle of the device to the given clockwise angle in
|
||||
degrees. The angle must be between 0.0 (inclusive) and 360.0 (exclusive).
|
||||
|
||||
*input* <identifier> scroll_button disable|button[1-3,8,9]|<event-code-or-name>
|
||||
Sets the button used for scroll_method on_button_down. The button can
|
||||
be given as an event name or code, which can be obtained from *libinput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue