vanadium/ghostty: reduce scroll speed

This commit is contained in:
Primrose 2026-01-05 09:02:59 +01:00
parent 317e43e9a0
commit bf06325b6e
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -172,6 +172,7 @@
settings = { settings = {
font-size = 12; # sweet spot for framework 13 font-size = 12; # sweet spot for framework 13
command = lib.getExe config.programs.fish.package; command = lib.getExe config.programs.fish.package;
mouse-scroll-multiplier = 1;
}; };
}; };
kitty = { kitty = {