chore: update and minify config

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-05-06 23:49:18 -03:00
parent 6efa74ea62
commit f893a5d054
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
1634 changed files with 1974 additions and 281623 deletions

View 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,
},
}