chore(sway): update media keys & mouse accel; cleanup wezterm/nvim

This commit is contained in:
mitchell 2026-07-30 17:23:14 -04:00
parent 8dc22335bc
commit 4a308d2d90
3 changed files with 11 additions and 25 deletions

View file

@ -10,8 +10,6 @@ if is_darwin() then
config.default_prog = { "/opt/homebrew/bin/fish", "-l" }
end
config.window_decorations = "RESIZE"
config.color_scheme = 'Kanagawa (Gogh)'
config.window_background_opacity = is_darwin() and 0.85 or 0.95