hyper-always-on-top
hyper-always-on-top copied to clipboard
Extension for Hyper.app to optionally keep window always on top
hyper-always-on-top
Extension for Hyper.app to add a menu item to keep application windows always on top.

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