You are not logged in.
hi,
(sorry, noob question here)
where is the scroll direction settings located in the settings panel? i looked under mouse & touch bindings, as well as system settings, but was unable to find anything pertaining to scroll direction.
Last edited by rivalDevYP (2020-01-10 20:48:43)
Offline
I am 90% sure there isn't one.
Offline
FIX FOUND
***********
<< quote from https://www.reddit.com/r/linuxquestions … er_how_to/ >>
For me the following worked:
I created the file /etc/X11/xorg.conf.d/30-touchpad.conf with the following content:
Section "Input Class"
Identifier "touchpad catchall"
Driver "libinput"
Option "NaturalScrolling" "true"
EndSection
Last edited by rivalDevYP (2019-04-17 12:00:56)
Offline
Please remember to mark your thread [SOLVED] (edit the title of your first post).
Offline
Also next time please ask your actual question.
"Can I change the scrolling direction on X11" is different from "does enlightenment have a GUI setting for this".
You can btw. also toggle this at runtime using xinput.
Offline