Width
Can a width be added? I have a ultra widescreen monitor and I don't need the terminal to be that long.
@CarlosV89 Did you try to use the position 'left' or 'right' ? If you use the positions left or right the param size will control the width of the window and not its height.
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
https://github.com/rickgbw/hyperterm-overlay/blob/ce8c570eb6af150ecd6526d2d6eaf1dd9b936b67/overlay.js#L231-L239
I have changed the size settings to an object in my fork hyper-overlay so now it is like:
size: {
width: 0.4,
height: 0.4
},
Conclusion: Fixed as per v1.1.0 of my fork. Specific commit is here