mirror of
https://github.com/zoriya/flake.git
synced 2026-06-03 19:03:08 +00:00
Disable smooth scrolling on all electron apps
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user