diff options
author | ZachIR <zachir@librem.one> | 2025-04-25 19:17:34 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-04-25 19:17:34 -0500 |
commit | cb2f5afc90a4375bbbd8a7febc8f2fe961af7b2f (patch) | |
tree | 54e0cd1f20ecce9bd0fa17ab2d7a57d22b556f4a /hypr | |
parent | 9ca0fcebf70babcaa9caf87ce313540ba3567546 (diff) |
Fill out hyprland touchpad rules
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 20a51e4..c248d4a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -67,7 +67,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 = true + 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. |