feat(niri): disable auto scroll

This commit is contained in:
2025-07-27 11:02:14 +08:00
parent dd8afc8954
commit 2d038b2ae2

View File

@@ -10,7 +10,7 @@
input = { input = {
focus-follows-mouse = { focus-follows-mouse = {
enable = true; enable = true;
max-scroll-amount = "40%"; max-scroll-amount = "0%";
}; };
workspace-auto-back-and-forth = true; workspace-auto-back-and-forth = true;
}; };