hyper-window-size

0.3.5 • Public • Published

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

/hyper-window-size/

    Package Sidebar

    Install

    npm i hyper-window-size

    Weekly Downloads

    18

    Version

    0.3.5

    License

    MIT

    Unpacked Size

    9.66 kB

    Total Files

    7

    Last publish

    Collaborators

    • romainwn