mirror of
https://github.com/swaywm/sway.git
synced 2026-03-04 01:41:11 -05: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
|
|
@ -155,6 +155,7 @@ struct input_config {
|
|||
int middle_emulation;
|
||||
int natural_scroll;
|
||||
float pointer_accel;
|
||||
float rotation_angle;
|
||||
float scroll_factor;
|
||||
int repeat_delay;
|
||||
int repeat_rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue