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