Update dotfiles (2026-05-07 20:11:46)
This commit is contained in:
@@ -30,7 +30,7 @@ function M.setup(config, wezterm)
|
||||
},
|
||||
}
|
||||
|
||||
config.enable_wayland = true
|
||||
config.enable_wayland = false
|
||||
|
||||
config.font = wezterm.font("0xProto Nerd Font Mono")
|
||||
config.font_size = 12.0
|
||||
|
||||
@@ -2,6 +2,7 @@ local M = {}
|
||||
|
||||
function M.setup(config, wezterm)
|
||||
config.enable_kitty_graphics = true
|
||||
config.front_end = "WebGpu"
|
||||
end
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user