From 363e1d876492a26a1b7d5261ac28aba94f323d08 Mon Sep 17 00:00:00 2001 From: Viktor Pocedulic Date: Wed, 14 Feb 2024 16:24:46 +0100 Subject: input: enable configuring of trackpoint devices --- resources/default-config.kdl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 001d0be4..a95d9001 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -41,6 +41,12 @@ input { // accel-profile "flat" } + trackpoint { + // natural-scroll + // accel-speed 0.2 + // accel-profile "flat" + } + 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 -- cgit