aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
authorLibravatar Lucas Zampieri <lzampier@redhat.com>2022-11-24 17:18:50 -0300
committerLibravatar Simon Ser <contact@emersion.fr>2022-12-09 11:28:53 +0100
commitefd83cb8b911d88a17263a4ee8e62cf07dbfa4bd (patch)
tree5ae5c45e912e30a06f836d77b93de6d2a36217cd /sway/commands/input.c
parentcriteria: be lenient on window_role and instance too (diff)
downloadsway-efd83cb8b911d88a17263a4ee8e62cf07dbfa4bd.tar.gz
sway-efd83cb8b911d88a17263a4ee8e62cf07dbfa4bd.tar.zst
sway-efd83cb8b911d88a17263a4ee8e62cf07dbfa4bd.zip
Add libinput RotationAngle
This patch adds the libinput option RotationAngle to sway. Signoff-by: Lucas Zampieri <lzampier@redhat.com>
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c
index ea531659..740124ea 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -23,6 +23,7 @@ static const struct cmd_handler input_handlers[] = {
23 { "middle_emulation", input_cmd_middle_emulation }, 23 { "middle_emulation", input_cmd_middle_emulation },
24 { "natural_scroll", input_cmd_natural_scroll }, 24 { "natural_scroll", input_cmd_natural_scroll },
25 { "pointer_accel", input_cmd_pointer_accel }, 25 { "pointer_accel", input_cmd_pointer_accel },
26 { "rotation_angle", input_cmd_rotation_angle },
26 { "repeat_delay", input_cmd_repeat_delay }, 27 { "repeat_delay", input_cmd_repeat_delay },
27 { "repeat_rate", input_cmd_repeat_rate }, 28 { "repeat_rate", input_cmd_repeat_rate },
28 { "scroll_button", input_cmd_scroll_button }, 29 { "scroll_button", input_cmd_scroll_button },