From a448198fcf0474572a5828974d08823bfa0c502a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 17 Jul 2025 12:58:14 +0100 Subject: Disable trackpad when typing --- dot-config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/sway/config b/dot-config/sway/config index 25b6e0e..3d99f94 100755 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -58,9 +58,9 @@ exec_always sh -c "pkill yambar; yambar >/var/log/user/yambar.log 2>&1" seat * hide_cursor when-typing enable input "type:touchpad" { - dwt disable # 'disable when typing' - natural_scroll disable + dwt true # 'disable when typing' tap enable + natural_scroll disable middle_emulation enable } -- cgit