wezterm: move wayland_scroll_factor to machine-local local.lua

This commit is contained in:
Jonas H
2026-02-28 00:16:33 +01:00
parent f15f8916d4
commit b4544c4710
2 changed files with 11 additions and 2 deletions

6
wezterm/.config/wezterm/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# Machine-local overrides — not tracked in dotfiles
# Create local.lua returning a function that mutates config, e.g.:
# return function(config)
# config.wayland_scroll_factor = 0.15
# end
local.lua