aboutsummaryrefslogtreecommitdiff
path: root/wiki/Configuration:-Input.md
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-05-21 11:06:52 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-05-21 11:06:52 +0400
commit14d637f4efb6053c7243930944861f9eaf6127d3 (patch)
tree041f3219e0e1c10f89e42a8268255d5753034d50 /wiki/Configuration:-Input.md
parentc9d90afe591ea133955409b05bb9039e622da9e5 (diff)
downloadniri-14d637f4efb6053c7243930944861f9eaf6127d3.tar.gz
niri-14d637f4efb6053c7243930944861f9eaf6127d3.tar.bz2
niri-14d637f4efb6053c7243930944861f9eaf6127d3.zip
wiki: Mention left-handed
Diffstat (limited to 'wiki/Configuration:-Input.md')
-rw-r--r--wiki/Configuration:-Input.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md
index 64340707..988514b4 100644
--- a/wiki/Configuration:-Input.md
+++ b/wiki/Configuration:-Input.md
@@ -33,12 +33,14 @@ input {
// accel-profile "flat"
// tap-button-map "left-middle-right"
// click-method "clickfinger"
+ // left-handed
}
mouse {
// natural-scroll
// accel-speed 0.2
// accel-profile "flat"
+ // left-handed
}
trackpoint {
@@ -49,6 +51,7 @@ input {
tablet {
map-to-output "eDP-1"
+ // left-handed
}
touch {
@@ -130,6 +133,10 @@ Settings specific to `touchpad`s:
- `tap-button-map`: can be `left-right-middle` or `left-middle-right`, controls which button corresponds to a two-finger tap and a three-finger tap.
- `click-method`: can be `button-areas` or `clickfinger`, changes the [click method](https://wayland.freedesktop.org/libinput/doc/latest/clickpad-softbuttons.html).
+Settings specific to `touchpad`, `mouse` and `tablet`:
+
+- `left-handed`: if set, changes the device to left-handed mode.
+
Tablets and touchscreens are absolute pointing devices that can be mapped to a specific output like so:
```