Size at startup #2809
davidyannick86
started this conversation in
General
Size at startup
#2809
Replies: 1 comment 3 replies
-
You can set it up by return a table like this -- ~/.config/wezterm/wezterm.lua
return {
initial_cols = 200,
initial_rows = 50,
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a question about lua and window size of terminal at startup (I use Fedra 37).
how can we set the initial rows and column ?
I'm new with your term an lua is a bit mistery for me, I know initial_rows and columns but where to put it ???
Thanks
Beta Was this translation helpful? Give feedback.
All reactions