aboutsummaryrefslogtreecommitdiff
path: root/dot-config/sway
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-07-17 12:58:14 +0100
committerBlake Romero <blake@blkrom.com>2025-07-17 12:58:14 +0100
commita448198fcf0474572a5828974d08823bfa0c502a (patch)
tree82a2caf14293a61f94a13ef9797dd1ef6016985b /dot-config/sway
parentb3bb23df1d5b0833b600df5309e2a997609af1cf (diff)
Disable trackpad when typing
Diffstat (limited to 'dot-config/sway')
-rwxr-xr-xdot-config/sway/config4
1 files 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
}