hyper-always-on-top

1.0.5 • Public • Published

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

/hyper-always-on-top/

    Package Sidebar

    Install

    npm i hyper-always-on-top

    Weekly Downloads

    7

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    7.56 kB

    Total Files

    8

    Last publish

    Collaborators

    • chabou