This commit is contained in:
Tao Tien 2025-01-07 14:48:56 -08:00
parent f50847b907
commit 3a4a96a90d
2 changed files with 4 additions and 5 deletions

View file

@ -2,7 +2,7 @@ local wezterm = require 'wezterm';
local config = {
font = wezterm.font 'FiraCode Nerd Font',
color_scheme = 'GruvboxDarkHard',
window_decorations = "RESIZE",
window_decorations = "NONE",
warn_about_missing_glyphs = false,
check_for_updates = false,
@ -10,9 +10,8 @@ local config = {
hide_tab_bar_if_only_one_tab = true,
-- enable_wayland = false,
webgpu_power_preference = 'LowPower',
front_end = 'WebGpu',
-- webgpu_power_preference = 'LowPower',
-- front_end = 'WebGpu',
}
return config