Skip to content

Commit

Permalink
home/profiles/io: change touchpad acceleration curve
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 14, 2024
1 parent 5483d2e commit 14ebc62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home/profiles/io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
];

wayland.windowManager.hyprland.settings = let
accelpoints = "0.21 0.000 0.040 0.080 0.140 0.200 0.261 0.326 0.418 0.509 0.601 0.692 0.784 0.875 0.966 1.058 1.149 1.241 1.332 1.424 1.613";
# Generated using https://gist.github.com/fufexan/e6bcccb7787116b8f9c31160fc8bc543
accelpoints = "0.5 0.000 0.053 0.115 0.189 0.280 0.391 0.525 0.687 0.880 1.108 1.375 1.684 2.040 2.446 2.905 3.422 4.000 4.643 5.355 6.139";
in {
monitor = [
"DP-1, preferred, auto-left, auto"
Expand Down

0 comments on commit 14ebc62

Please sign in to comment.