Skip to content

pekastel/hyperterm-initial-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hyperterm-initial-windows

Adds support to open a predefined number of windows with a predefined position and size on init.

usage

  • Open ~/.hyperterm.js
  • Add hyperterm-initial-windows to the list of plugins
  • Change config.initialWindows to the desired number of windows to open on init, by default opens just one.
  • Set config.initialWindowsPosition to specify the position and size for each of the windows to create on init.

sample options

  config: {
    ...
    initialWindows: '3', 

    initialWindowsPosition: [
      {x: 0, y: 0, width: 800, height: 500},
      {x: 0, y: 550, width: 900, height: 400},
      {x: 800, y: 0, width: 700, height: 500}
    ],
    ...
  }

NOTE: Remember to place the options under config section.

license

mit

About

Start hyperterm with a predefined number of windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published