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; };