feat: aerospace, wezterm config

utm for vm
This commit is contained in:
Poby 2026-03-20 22:58:30 +09:00
parent 5cf816da96
commit 8014e2cc45
No known key found for this signature in database
4 changed files with 66 additions and 4 deletions

View file

@ -14,7 +14,7 @@ config = {
-- Appearance
color_scheme = "Tokyo Night",
font = wezterm.font("D2CodingLigature Nerd Font"),
font_size = 16,
font_size = 18,
background = {
{
source = { Color = "#282c35" },
@ -29,6 +29,15 @@ config = {
top = 0,
bottom = 0,
},
-- Keymappings
keys = {
{
key = "P",
mods = "SUPER",
action = wezterm.action.ActivateCommandPalette,
},
},
}
return config