chore: update and minify config
This commit is contained in:
parent
6efa74ea62
commit
f893a5d054
1634 changed files with 1974 additions and 281623 deletions
15
.config/wezterm/wezterm.lua
Normal file
15
.config/wezterm/wezterm.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
local wezterm = require 'wezterm';
|
||||
|
||||
return {
|
||||
color_scheme = "Dracula",
|
||||
font = wezterm.font("FantasqueSansMono NF"),
|
||||
font_size = 11,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
window_background_opacity = 0.88,
|
||||
window_padding = {
|
||||
left = 16,
|
||||
right = 16,
|
||||
top = 16,
|
||||
bottom = 16,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue