1.0.5 • Published 5 years ago

hyper-always-on-top v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

hyper-always-on-top

CI Status NPM version Downloads Conventional Commits

Extension for Hyper.app to add a menu item to keep application windows always on top.

Screenshot

Install

Using hpm

hpm install hyper-always-on-top

Manually

To install, edit ~/.hyper.js and add "hyper-always-on-top" to plugins:

plugins: [
  "hyper-always-on-top",
],

Configuration

Default configuration:

module.exports = {
  config: {
    // other configs...
    alwaysOnTop: {
      debug: false,
      default: true // enabled on application start
    }
  }
  //...
};

Credits

Originally developed by @henrikdahl as a pull request

Licence

MIT