From 71fef2ad2e873c45279cdd6e629218fb5dea1115 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 8 Jan 2024 11:53:34 +0400 Subject: Add a few mouse libinput settings --- 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 c97229bc..87b026c5 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -34,6 +34,12 @@ input { // tap-button-map "left-middle-right" } + mouse { + // 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