0.3.5 • Published 3 years ago

hyper-window-size v0.3.5

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

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: {
      transform: true,
      width: 100,
      height: 50,
      startX: 70,
      startY: 70
    },
    ...
  }

License

MIT

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

4 years ago

0.3.2

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago