diff --git a/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf b/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf index 1e7d12b..5d07ae1 100644 --- a/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf +++ b/community/openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf @@ -3,4 +3,5 @@ Section "InputClass" MatchIsTouchpad "on" MatchDriver "libinput" Option "Tapping" "on" + Option "NaturalScrolling" "true" EndSection \ No newline at end of file