Compare commits

...

2 commits

Author SHA1 Message Date
9b14270e70
Merge pull request #641 from genebean/wezterm-size
Add borders back to WezTerm so that the edges are not hidden
2026-05-23 11:07:20 -04:00
3097562887
Add borders back to WezTerm so that the edges are not hidden
This has been a tiny annoyance on macOS but a real problem on Plasma 6
as the bottom of the terminal was being hidden behind the panel at the
bottom of the screen.
2026-05-23 11:06:07 -04:00

View file

@ -11,7 +11,6 @@ local is_mac = wezterm.target_triple:find('darwin') ~= nil
-- ========================================== -- ==========================================
config.font = wezterm.font('Hack Nerd Font') config.font = wezterm.font('Hack Nerd Font')
config.font_size = 13.0 config.font_size = 13.0
config.window_decorations = "RESIZE" -- Removes the bulky macOS title bar
config.bold_brightens_ansi_colors = false config.bold_brightens_ansi_colors = false
config.enable_scroll_bar = true config.enable_scroll_bar = true