From 4746a0da7dffde6befcb3c80609fa3d31bffc29c Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Sun, 26 May 2024 14:41:00 +0900 Subject: Add scroll-method property to pointer devices My use case is to enable middle-button scroll on my keyboard with pointing stick. The device is recognized as USB mouse. --- resources/default-config.kdl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 4b283466..d417b05d 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -27,12 +27,14 @@ input { natural-scroll // accel-speed 0.2 // accel-profile "flat" + // scroll-method "two-finger" } mouse { // natural-scroll // accel-speed 0.2 // accel-profile "flat" + // scroll-method "no-scroll" } // Uncomment this to make the mouse warp to the center of newly focused windows. -- cgit