flake update and general improvements

This commit is contained in:
Salar Rahmanian 2023-10-14 09:49:58 -07:00
parent e64fcefc8c
commit 8e5335ee33
4 changed files with 20 additions and 18 deletions

View file

@ -8,11 +8,12 @@ end)
return {
adjust_window_size_when_changing_font_size = false,
check_for_updates = false,
-- color_scheme = "Gruvbox Light";
color_scheme = "tokyonight",
font = wezterm.font("FiraCode Nerd Font Mono"),
font_size = 16,
dpi = 144,
scrollback_lines = 10000,
scrollback_lines = 50000,
initial_cols = 400,
initial_rows = 80,
leader = { key="b", mods="SUPER", timeout_milliseconds = 1000 },