diff --git a/pkgs/hyprland/biscuit.nix b/pkgs/hyprland/biscuit.nix index ec40722..802232b 100644 --- a/pkgs/hyprland/biscuit.nix +++ b/pkgs/hyprland/biscuit.nix @@ -106,6 +106,8 @@ kb_layout = "us"; follow_mouse = 1; sensitivity = 0; + repeat_delay = 250; + repeat_rate = 35; touchpad = { natural_scroll = false; @@ -118,6 +120,10 @@ workspace_swipe = false; }; + binds = { + scroll_event_delay = 0; + }; + device = [ { name = "epic-mouse-v1";