We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa06744 commit 98d6390Copy full SHA for 98d6390
src/zen/workspaces/ZenWorkspaces.mjs
@@ -597,7 +597,7 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
597
const toolbox = gNavToolbox;
598
599
const scrollCooldown = 200; // Milliseconds to wait before allowing another scroll
600
- const scrollThreshold = 2; // Minimum scroll delta to trigger workspace change
+ const scrollThreshold = 1; // Minimum scroll delta to trigger workspace change
601
602
toolbox.addEventListener(
603
'wheel',
0 commit comments