feat(wezterm): initial commit
The initial release of the rootiest-wezterm config BREAKING CHANGE: First Commit!
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ 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,
|
||||
}
|
||||
Reference in New Issue
Block a user