aboutsummaryrefslogtreecommitdiff
path: root/wiki/Configuration:-Input.md
diff options
context:
space:
mode:
authorelipp <1861512+elipp@users.noreply.github.com>2024-11-03 20:43:03 +0200
committerGitHub <noreply@github.com>2024-11-03 18:43:03 +0000
commit8b39f986d9a2c99e87a9afc2e9d448a2c5280189 (patch)
tree16cd551ed048e754cd185967089548592ebe278c /wiki/Configuration:-Input.md
parent354c365a0345787f6b98ee2d77d4516150a61254 (diff)
downloadniri-8b39f986d9a2c99e87a9afc2e9d448a2c5280189.tar.gz
niri-8b39f986d9a2c99e87a9afc2e9d448a2c5280189.tar.bz2
niri-8b39f986d9a2c99e87a9afc2e9d448a2c5280189.zip
Implement scroll_factor mouse and touchpad setting (#730)
* Implement scroll_factor mouse and touchpad setting * Change to FloatOrInt, add docs * Also change v120 values --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Diffstat (limited to 'wiki/Configuration:-Input.md')
-rw-r--r--wiki/Configuration:-Input.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md
index 05636fa5..b47fa19a 100644
--- a/wiki/Configuration:-Input.md
+++ b/wiki/Configuration:-Input.md
@@ -32,6 +32,7 @@ input {
natural-scroll
// accel-speed 0.2
// accel-profile "flat"
+ // scroll-factor 1.0
// scroll-method "two-finger"
// tap-button-map "left-middle-right"
// click-method "clickfinger"
@@ -45,6 +46,7 @@ input {
// natural-scroll
// accel-speed 0.2
// accel-profile "flat"
+ // scroll-factor 1.0
// scroll-method "no-scroll"
// left-handed
// middle-emulation
@@ -154,6 +156,10 @@ Settings specific to `touchpad`s:
- `click-method`: can be `button-areas` or `clickfinger`, changes the [click method](https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.html).
- `disabled-on-external-mouse`: do not send events while external pointer device is plugged in.
+Settings specific to `touchpad` and `mouse`:
+
+- `scroll-factor`: scales the scrolling by this value.
+
Settings specific to `touchpad`, `mouse` and `tablet`:
- `left-handed`: if set, changes the device to left-handed mode.