From 309756288704a342b3017cd4b540a84f8a24a130 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 23 May 2026 11:06:07 -0400 Subject: [PATCH] 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. --- modules/shared/files/wezterm/wezterm.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/shared/files/wezterm/wezterm.lua b/modules/shared/files/wezterm/wezterm.lua index c79a8df..8f120e7 100644 --- a/modules/shared/files/wezterm/wezterm.lua +++ b/modules/shared/files/wezterm/wezterm.lua @@ -11,7 +11,6 @@ local is_mac = wezterm.target_triple:find('darwin') ~= nil -- ========================================== config.font = wezterm.font('Hack Nerd Font') config.font_size = 13.0 -config.window_decorations = "RESIZE" -- Removes the bulky macOS title bar config.bold_brightens_ansi_colors = false config.enable_scroll_bar = true