Skip to content

Extension for Hyper.app to optionnaly keep window always on top

License

Notifications You must be signed in to change notification settings

timneutkens/hyper-always-on-top

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-always-on-top

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: yes // enabled on application start
    }
  }
  //...
};

Credits

Originally developped by @henrikdahl as a pull request

Licence

MIT

About

Extension for Hyper.app to optionnaly keep window always on top

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%