-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Width #32
Comments
@carlosv89 Did you try to use the position 'left' or 'right' ? Or do you wish to control both the height and width of your hyper window ? EDIT: I've opened #33 if you were thinking of the latter |
I also think the width should be customizable. The size attribute applies only to height |
The size config property actually applies 1 value to both height and width at the same time Lines 231 to 239 in ce8c570
I have changed the size: {
width: 0.4,
height: 0.4
}, Conclusion: Fixed as per v1.1.0 of my fork. Specific commit is here |
Can a width be added? I have a ultra widescreen monitor and I don't need the terminal to be that long.
The text was updated successfully, but these errors were encountered: