From 972827eac02027b94e880a35479b63e7fe6b0678 Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 21 Jan 2022 16:48:45 +0100 Subject: [PATCH] Mouse-related configs --- input.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/input.conf b/input.conf index d6431f3..9a68676 100644 --- a/input.conf +++ b/input.conf @@ -10,8 +10,14 @@ input "1452:782:Apple_Wireless_Trackpad" { tap enabled natural_scroll enabled middle_emulation enabled + accel_profile adaptive + drag enabled + scroll_factor 2 } input * xkb_layout "us,it" input "Dell Keyboard" xkb_model "dell" -input "Logitech Keyboard" xkb_model "logitech_base" +input "Logitech Keyboard" { + xkb_model "logitech_base" + xkb_numlock enabled +}