From 6a3010816ace4a94d73978ae3197b50dde058677 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Mon, 24 May 2021 18:49:03 +0200 Subject: [PATCH] Update natural scroll for i3 Signed-off-by: Yohann D'ANELLO --- roles/i3/templates/i3.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}