Hyper-window-size is a simple plugin for Hyper.app that lets you set the size and position of the window
To install, either use
hyper i hyper-window-size
To install, just edit your ~/.hyper.js
and add "hyper-window-size"
to plugins
:
plugins: [
"hyper-window-size"
],
Add the following to your config file :
module.exports = {
config: {
...
hyperWindowSize: {
width: 540,
height: 380,
startX: 50,
startY: 50
},
...
}