From bdab3c2ce49f8dc88e965005bf0186519332d542 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Mon, 27 May 2019 15:38:02 +0300 Subject: [PATCH] Tweak mouse speed --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index 4aa13fb..5b2cc5f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -287,7 +287,7 @@ input * { } input 1133:4123:Logitech_M705 { - pointer_accel -0.35 + pointer_accel -0.5 natural_scroll disabled accel_profile adaptive }