mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 06:02:53 +02:00
update wezterm config
This commit is contained in:
parent
2e8a4d31d3
commit
40b565da4f
1 changed files with 17 additions and 0 deletions
17
dot_wezterm.lua
Normal file
17
dot_wezterm.lua
Normal file
|
@ -0,0 +1,17 @@
|
|||
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