hyprland: lower scroll_event_delay for rapid workspace scroll

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-08 13:06:23 +01:00
parent 1a1374a99e
commit 104b9fed3f

View file

@ -144,6 +144,11 @@ in
};
};
binds = {
# default 300ms swallows rapid super+scroll workspace switches
scroll_event_delay = 50;
};
cursor = {
no_warps = true;
};