diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-16 10:40:09 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-16 10:40:17 +0900 |
| commit | 38cc2ca3234a93da7ef752b6b0c6d3b1dd575374 (patch) | |
| tree | 0f4e2f9ca08a041cd0c7c70db9cc8061d7dc0f63 /config/hypr/UserConfigs | |
| parent | d785b1ff3093eb535f5d66ce53895bbe40e0606e (diff) | |
natural scroll enabled by default. Enable swallow now switched to false
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 9271be3c..7a42d595 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -43,7 +43,7 @@ input { touchpad { disable_while_typing = true - natural_scroll = false + natural_scroll = true clickfinger_behavior = false middle_button_emulation = true tap-to-click = true @@ -80,7 +80,7 @@ misc { vfr = true vrr = 2 mouse_move_enables_dpms = true - enable_swallow = true + enable_swallow = off swallow_regex = ^(kitty)$ focus_on_activate = false initial_workspace_tracking = 0 |
