From e22cec8ff9b0dc12e5ee7be4c490644552446483 Mon Sep 17 00:00:00 2001 From: fhdk Date: Sat, 28 Apr 2018 10:49:12 +0200 Subject: [PATCH] [openbox] natural scrolling enable --- .../openbox/desktop-overlay/etc/X11/xorg.conf.d/50-touchpad.conf | 1 + 1 file changed, 1 insertion(+) 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