From 1bcc889e6232515a12f38738418586f03ea8c8c6 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 3 Oct 2023 17:02:07 +0400 Subject: Add tablet map-to-output setting --- resources/default-config.kdl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index a6e3667e..11d225cb 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -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). -- cgit