From 3e7917aee384bfa692e741300d98ce46da383210 Mon Sep 17 00:00:00 2001 From: biscuit Date: Tue, 20 May 2025 14:32:32 -0500 Subject: [PATCH] hypr: removes redundant delays --- pkgs/hyprland/biscuit.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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";