dotfiles/.config/wezterm/wezterm.lua

13 lines
214 B
Lua

local wezterm = require("wezterm")
local config = wezterm.config_builder()
config.window_decorations = "RESIZE"
config.enable_tab_bar = false
-- Setting the font and the colorscheme comes later
return config