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 | 6 |
1 files changed, 6 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..d719095 --- /dev/null +++ b/swift/etc/X11/xorg.conf.d/10-input.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "HP 3 button mouse" + Driver "libinput" + Option "ScrollMethod" "button" + Option "ScrollButton" "2" +EndSection |
