mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
update wezterm config
This commit is contained in:
parent
2a34219c63
commit
e2a94521cc
1 changed files with 6 additions and 3 deletions
|
@ -4,14 +4,17 @@ local config = wezterm.config_builder()
|
||||||
config.color_scheme = 'Catppuccin Mocha'
|
config.color_scheme = 'Catppuccin Mocha'
|
||||||
|
|
||||||
config.font = wezterm.font_with_fallback {
|
config.font = wezterm.font_with_fallback {
|
||||||
'DejaVuSansM Nerd Font Mono',
|
'Fira Code Nerd Font Mono',
|
||||||
'Fira Code',
|
|
||||||
'Cascadia Code',
|
'Cascadia Code',
|
||||||
}
|
}
|
||||||
|
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "TITLE"
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.hide_tab_bar_if_only_one_tab = true
|
||||||
config.line_height = 1.2
|
config.line_height = 1.2
|
||||||
|
|
||||||
|
{{ if eq .chezmoi.os "windows" -}}
|
||||||
config.default_domain = 'WSL:AlmaLinuxOS-9'
|
config.default_domain = 'WSL:AlmaLinuxOS-9'
|
||||||
|
{{- else if eq .chezmoi.os "linux" -}}
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
return config
|
return config
|
Loading…
Add table
Add a link
Reference in a new issue