feat: allow disabling the sliding of screens back and forth (#20)

fix: sliding screens with smooth trackpad scrolling
knuckles smooth trackpad scrolling can return NaN
This commit is contained in:
alexdenerqal
2024-03-29 12:49:45 +01:00
committed by GitHub
parent 7f6e8909e6
commit ab0d91ea20
3 changed files with 13 additions and 3 deletions

View File

@@ -11,3 +11,7 @@ keyboard_sound_enabled: true
keyboard_scale: 1.0
desktop_view_scale: 1.0
watch_scale: 1.0
# Enable / disable sliding windows back and forth with the scroll action
# Default: true
allow_sliding: true