From 8e5457c23110bb2d04afe447996fdb8390cc8235 Mon Sep 17 00:00:00 2001 From: juan Date: Wed, 4 May 2022 11:53:42 +0800 Subject: [PATCH] Update touchpad and mouse configs --- .config/sway/config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 6f23ae2..b298e2a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -78,15 +78,17 @@ input 1:1:AT_Translated_Set_2_keyboard { xkb_options "ctrl:swapcaps" } -input type:pointer { - pointer_accel -0.35 +input type:mouse { + accel_profile flat } input type:touchpad { accel_profile adaptive pointer_accel -0.3 + natural_scroll enabled tap enabled dwt disabled + events disabled_on_external_mouse } ###END###