diff options
Diffstat (limited to 'dot-config/sway/config')
| -rwxr-xr-x | dot-config/sway/config | 4 |
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 } |
