arch-setup/templates/wezterm/includes/window.lua.j2
2024-08-30 12:58:29 +02:00

17 lines
232 B
Django/Jinja

-- {{ ansible_managed }}
return {
-- disable the tabbar
enable_tab_bar = false,
-- window size
initial_cols = 145,
initial_rows = 35,
window_padding = {
left = 0,
right = 0,
top = 0,
bottom = 0,
}
}