diff options
author | ZachIR <zachir@librem.one> | 2025-01-20 20:03:57 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-20 20:03:57 -0600 |
commit | 3fe6a8de12b7c3a3ad85eba7092ef7e18614d236 (patch) | |
tree | 1b479e8feb4d2d4daf8ff648dd81cf9313c2b382 /hypr | |
parent | 7323f4c6482e5fe41b0b3af3bc486bb2e6188880 (diff) |
Add in more hyprland touchpad settings
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3ff27e6..3cc2b3f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -65,7 +65,13 @@ input { follow_mouse = 1 mouse_refocus = false touchpad { - natural_scroll = no + disable_while_typing = true + natural_scroll = false + tap_button_map = "lrm" + clickfinger_behavior = false + tap-to-click = true + drag_lock = false + tap-and-drag = true } float_switch_override_focus = 0 sensitivity = 0 # -1.0 - 1.0, 0 means no modification. |