diff options
Diffstat (limited to 'swift/etc/X11/xorg.conf.d/10-input.conf')
| -rw-r--r-- | swift/etc/X11/xorg.conf.d/10-input.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/swift/etc/X11/xorg.conf.d/10-input.conf b/swift/etc/X11/xorg.conf.d/10-input.conf new file mode 100644 index 0000000..ae48884 --- /dev/null +++ b/swift/etc/X11/xorg.conf.d/10-input.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "HP 3 button mouse" + Driver "libinput" + Option "ScrollMethod" "button" + Option "ScrollButton" "2" + Option "NaturalScrolling" "on" +EndSection |
