From 104b9fed3fa6d54edaf373205c24171177587079 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 8 Jul 2026 13:06:23 +0100 Subject: [PATCH] hyprland: lower scroll_event_delay for rapid workspace scroll Co-Authored-By: Claude Fable 5 --- settings/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 74ff176..7c6ea98 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -144,6 +144,11 @@ in }; }; + binds = { + # default 300ms swallows rapid super+scroll workspace switches + scroll_event_delay = 50; + }; + cursor = { no_warps = true; };