aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
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 /include/sway/config.h
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 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ce2b8502..8415627b 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -155,6 +155,7 @@ struct input_config {
155 int middle_emulation; 155 int middle_emulation;
156 int natural_scroll; 156 int natural_scroll;
157 float pointer_accel; 157 float pointer_accel;
158 float rotation_angle;
158 float scroll_factor; 159 float scroll_factor;
159 int repeat_delay; 160 int repeat_delay;
160 int repeat_rate; 161 int repeat_rate;