From 49d7052bb35f10c4b759af7cee943eeb776af9a2 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 3 Nov 2024 22:58:18 +0300 Subject: wiki: Add trackball section to config overview --- wiki/Configuration:-Input.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index 73799a14..eb944e25 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -62,6 +62,17 @@ input { // middle-emulation } + trackball { + // off + // natural-scroll + // accel-speed 0.2 + // accel-profile "flat" + // scroll-method "on-button-down" + // scroll-button 273 + // left-handed + // middle-emulation + } + tablet { // off map-to-output "eDP-1" -- cgit