Skip to content

Commit

Permalink
fix mouse accel on trackpad
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblepup committed May 30, 2024
1 parent fb36658 commit 4ea3cbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hypr/conf/keybindings/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ input {
accel_profile = flat
force_no_accel = true
}
input {
touchpad {
natural_scroll=1
}
accel_profile=flat
follow_mouse=1
force_no_accel=1
kb_layout=us
sensitivity=0.000000
}


# SUPER KEY
$mainMod = SUPER
Expand Down

0 comments on commit 4ea3cbe

Please sign in to comment.