Add tablet map-to-output setting

This commit is contained in:
Ivan Molodetskikh
2023-10-03 17:02:07 +04:00
parent 7bb1c114a2
commit 1bcc889e62
4 changed files with 40 additions and 6 deletions
+8 -1
View File
@@ -18,13 +18,20 @@ input {
// repeat-rate 25
}
// Next sections contain libinput settings.
// Next sections include libinput settings.
// Omitting settings disables them, or leaves them at their default values.
touchpad {
tap
natural-scroll
// accel-speed 0.2
}
tablet {
// Set the name of the output (see below) which the tablet will map to.
// If this is unset or the output doesn't exist, the tablet maps to one of the
// existing outputs.
map-to-output "eDP-1"
}
}
// You can configure outputs by their name, which you can find with wayland-info(1).