Add wezterm config
This commit is contained in:
parent
ca48830242
commit
e01aec876e
1 changed files with 11 additions and 0 deletions
11
chezmoi/private_dot_config/wezterm/wezterm.lua
Normal file
11
chezmoi/private_dot_config/wezterm/wezterm.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
local wezterm = require 'wezterm';
|
||||
|
||||
return {
|
||||
color_scheme = 'Gruvbox Dark',
|
||||
font = wezterm.font('SauceCodePro Nerd Font Mono', {weight='Medium'}),
|
||||
font_size = 12.0,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
scrollback_lines = 1000,
|
||||
enable_scroll_bar = false,
|
||||
window_background_opacity = 0.97,
|
||||
}
|
Loading…
Reference in a new issue