aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authordbeley <6568955+dbeley@users.noreply.github.com>2025-03-13 09:51:18 +0100
committerIvan Molodetskikh <yalterz@gmail.com>2025-03-13 03:36:20 -0700
commitfed86fdb5d097b119a3c73c8d8d974b83b49cc5a (patch)
tree9ec7c0fa4eda96400d6c75a2d612c02150c221dd /wiki
parent3e215858611bb9b42ce0b9ea55490af8cf3f131d (diff)
downloadniri-fed86fdb5d097b119a3c73c8d8d974b83b49cc5a.tar.gz
niri-fed86fdb5d097b119a3c73c8d8d974b83b49cc5a.tar.bz2
niri-fed86fdb5d097b119a3c73c8d8d974b83b49cc5a.zip
feat(trackpoint): document left-handed option
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Configuration:-Input.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md
index a3bd0a7f..4fdfdf4f 100644
--- a/wiki/Configuration:-Input.md
+++ b/wiki/Configuration:-Input.md
@@ -64,6 +64,7 @@ input {
// accel-profile "flat"
// scroll-method "on-button-down"
// scroll-button 273
+ // left-handed
// middle-emulation
}
@@ -180,6 +181,7 @@ A few settings are common between `touchpad`, `mouse`, `trackpoint`, and `trackb
- `scroll-method`: when to generate scroll events instead of pointer motion events, can be `no-scroll`, `two-finger`, `edge`, or `on-button-down`.
The default and supported methods vary depending on the device type.
- `scroll-button`: <sup>Since: 0.1.10</sup> the button code used for the `on-button-down` scroll method. You can find it in `libinput debug-events`.
+- `left-handed`: if set, changes the device to left-handed mode.
- `middle-emulation`: emulate a middle mouse click by pressing left and right mouse buttons at once.
Settings specific to `touchpad`s:
@@ -197,10 +199,6 @@ Settings specific to `touchpad` and `mouse`:
- `scroll-factor`: <sup>Since: 0.1.10</sup> scales the scrolling speed by this value.
-Settings specific to `touchpad`, `mouse` and `tablet`:
-
-- `left-handed`: if set, changes the device to left-handed mode.
-
Settings specific to `tablet`s:
- `calibration-matrix`: <sup>Since: 25.02</sup> set to six floating point numbers to change the calibration matrix. See the [`LIBINPUT_CALIBRATION_MATRIX` documentation](https://wayland.freedesktop.org/libinput/doc/latest/device-configuration-via-udev.html) for examples.