mirror of https://git.jolheiser.com/dotnix.git
chore: update wezterm config
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
3412a5c86b
commit
dd2761b1d6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue