Files
wezterm-config/config/window.lua
T
rootiest 35ec6f0de6 feat(wezterm): initial commit
The initial release of the rootiest-wezterm config

BREAKING CHANGE: First Commit!
2024-08-16 14:50:01 -04:00

21 lines
692 B
Lua

-- ╭─────────────────────────────────────────────────────────╮
-- │ WINDOW │
-- ╰─────────────────────────────────────────────────────────╯
return {
-- Set the initial size
initial_cols = 180,
initial_rows = 38,
-- Set the window padding
window_padding = {
left = 0,
right = 0,
top = 10,
bottom = 0,
},
-- Set the animation framerate
animation_fps = 120,
}