chore: update wezterm config

Signed-off-by: jolheiser <john.olheiser@gmail.com>
teamcity
jolheiser 2024-06-27 20:24:14 -05:00
parent 3412a5c86b
commit dd2761b1d6
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ local cfg = wezterm.config_builder()
cfg.default_prog = { "nu", "--config", "~/.config/nushell/config.nu", "--env-config", "~/.config/nushell/env.nu" }
cfg.window_close_confirmation = 'NeverPrompt'
cfg.window_background_opacity = opacity
cfg.window_decorations = "RESIZE"
cfg.window_decorations = "INTEGRATED_BUTTONS|RESIZE"
cfg.integrated_title_button_style = "Gnome"
cfg.integrated_title_buttons = { "Maximize", "Close" }
cfg.font = wezterm.font_with_fallback { "Monaspace Neon", "Iosevka", "Hack" }
cfg.leader = {
key = "Space",
mods = "CTRL",