Disable smooth scrolling on all electron apps

This commit is contained in:
2025-03-05 15:59:24 +01:00
parent 6886e40415
commit ce57a99e64
+2 -1
View File
@@ -18,7 +18,8 @@
enableWayland = drv: bins:
wrapProgram drv bins ''
--add-flags "--enable-features=UseOzonePlatform" \
--add-flags "--ozone-platform=wayland"'';
--add-flags "--ozone-platform=wayland" \
--add-flags "--disable-smooth-scrolling"'';
in {
# Use my fork of flood to enable smart scripts.
flood = super.flood.overrideAttrs rec {