Update natural scroll for i3

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-05-24 18:49:03 +02:00
parent e8661bbddb
commit 6a3010816a
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}