Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Indra Wahyu
Indra Wahyu

Posted on

     

Natural Scrolling EndeavourOS i3-WM

Edit40-libinput.conf

/usr/share/X11/xorg.conf.d/40-libinput.conf
Enter fullscreen modeExit fullscreen mode

Add there Option

"NaturalScrolling" "True"
Enter fullscreen modeExit fullscreen mode

Example

For mouse:

# Match on all types of devices but joysticksSection "InputClass"        Identifier "libinput pointer catchall"        MatchIsPointer "on"        MatchDevicePath "/dev/input/event*"        Driver "libinput"        Option "NaturalScrolling" "True"EndSection
Enter fullscreen modeExit fullscreen mode

For touchpad:

Section "InputClass"        Identifier "libinput touchpad catchall"        MatchIsTouchpad "on"        MatchDevicePath "/dev/input/event*"        Driver "libinput"        Option "NaturalScrolling" "True"EndSection
Enter fullscreen modeExit fullscreen mode

Then log off and on to apply.


Reference

https://askubuntu.com

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Personal documentation of my (Linux and Coding) experience.
  • Location
    Indonesia (+62)
  • Education
    Udayana University
  • Work
    Engineering at Spothings
  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp