From 4ab3b7b6d2dc5ef2863fb66b6f5d282c60eac7ae Mon Sep 17 00:00:00 2001 From: Maddie H Date: Wed, 9 Oct 2024 22:30:05 +0100 Subject: [PATCH] fix: use native macos fullscreen on wezterm to fix menubar hiding --- homes/common/wezterm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homes/common/wezterm.nix b/homes/common/wezterm.nix index 310c024..4c5bf97 100644 --- a/homes/common/wezterm.nix +++ b/homes/common/wezterm.nix @@ -6,6 +6,7 @@ front_end = 'WebGpu', color_scheme = 'OneDark (base16)', hide_tab_bar_if_only_one_tab = true, + native_macos_fullscreen_mode = true, window_close_confirmation = 'NeverPrompt', window_padding = { left = 0,