diff options
Diffstat (limited to 'resources/default-config.kdl')
| -rw-r--r-- | resources/default-config.kdl | 9 |
1 files changed, 8 insertions, 1 deletions
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). |
