Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.05 KB

hyper-window-size

CI Status NPM version Downloads

Hyper-window-size is a simple plugin for Hyper.app that lets you set the size and position of the window

hyper-window-size

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: {
      width: 540,
      height: 380,
      startX: 50,
      startY: 50
    },
    ...
  }

License

MIT