Skip to content

Commit

Permalink
wezterm: disable window decorations always
Browse files Browse the repository at this point in the history
Not sure why it worked before?
  • Loading branch information
khaneliman committed Jan 29, 2025
1 parent bc85e77 commit a332834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/home/programs/terminal/emulators/wezterm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
config,
lib,
namespace,
pkgs,
...
}:
let
Expand Down Expand Up @@ -178,7 +177,7 @@ in
},
window_background_opacity = 0.85,
window_close_confirmation = "NeverPrompt",
window_decorations = ${if pkgs.stdenv.isDarwin then "RESIZE" else "NONE"},
window_decorations = "NONE",
window_padding = { left = 12, right = 12, top = 12, bottom = 12, },
}
'';
Expand Down

0 comments on commit a332834

Please sign in to comment.