This commit is contained in:
Tao Tien 2024-09-25 10:00:11 -07:00
parent ca646be508
commit a864b0fafa
4 changed files with 33 additions and 96 deletions

View file

@ -2,9 +2,12 @@ local wezterm = require 'wezterm';
local config = {
font = wezterm.font 'FiraCode Nerd Font',
color_scheme = 'GruvboxDarkHard',
warn_about_missing_glyphs = false,
check_for_updates = false,
hide_tab_bar_if_only_one_tab = true,
-- enable_wayland = false,
webgpu_power_preference = 'LowPower',
front_end = 'WebGpu',