wip: dnsc-machine config

This commit is contained in:
Dennis Schoepf 2025-11-21 15:05:33 +01:00
parent baf0df6e0f
commit c086302598
4 changed files with 52 additions and 14 deletions

View file

@ -10,12 +10,12 @@ function M.apply_to_config(config)
config.font_size = 19
end
if hn == "dnsc-desktop" then
if hn == "dnsc-machine" then
config.font = wezterm.font("Victor Mono", { weight = "DemiBold" })
config.font_size = 14
config.font_size = 15.5
config.window_decorations = "RESIZE"
config.window_padding = helpers.get_padding(18, 6)
config.window_background_opacity = 1
config.window_background_opacity = 0.95
end
end