hyper-window-size
v0.3.5
Published
Set window size and position using config
Downloads
26
Maintainers
Readme
hyper-window-size
Hyper-window-size is a simple plugin for Hyper.app that lets you set the size and position of the window
Install
Using hyper
To install, either use
hyper i hyper-window-size
Manually
To install, just edit your ~/.hyper.js
and add "hyper-window-size"
to plugins
:
plugins: [
"hyper-window-size"
],
Configuration
Add the following to your config file :
module.exports = {
config: {
...
hyperWindowSize: {
transform: true,
width: 100,
height: 50,
startX: 70,
startY: 70
},
...
}