Skip to content

romainlq/hyper-window-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple plugin for Hyper.app that lets you set the size of the window

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •