Update natural scroll for i3

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-05-24 18:49:03 +02:00
parent e8661bbddb
commit 6a3010816a

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