mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Add tablet map-to-output setting
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user