wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 16:42:34 +01:00
parent c2dd8c26f5
commit 8da71cfe23
4 changed files with 9 additions and 5 deletions

View file

@ -13,7 +13,7 @@ function M.apply_to_config(config)
if hn == "dnsc-machine" then
config.font = wezterm.font("VictorMono Nerd Font", { weight = "DemiBold" })
config.font_size = 15.5
config.window_decorations = "RESIZE"
config.window_decorations = "NONE"
config.window_padding = helpers.get_padding(18, 6)
config.window_background_opacity = 0.95
end