diff --git a/roles/i3/templates/i3.j2 b/roles/i3/templates/i3.j2 index 8b03ec2..393248e 100644 --- a/roles/i3/templates/i3.j2 +++ b/roles/i3/templates/i3.j2 @@ -237,5 +237,5 @@ bar { } {% if laptop.touchscreen %} -exec xinput --set-prop 13 "libinput Natural Scrolling Enabled" 1 +exec xinput --set-prop 14 "libinput Natural Scrolling Enabled" 1 {% endif %}