https://github.com/chabou/hyper-always-on-top
Extension for Hyper.app to optionally keep window always on top
https://github.com/chabou/hyper-always-on-top
hyper plugin
Last synced: 9 months ago
JSON representation
Extension for Hyper.app to optionally keep window always on top
- Host: GitHub
- URL: https://github.com/chabou/hyper-always-on-top
- Owner: chabou
- License: mit
- Created: 2017-02-26T11:30:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T16:17:50.000Z (almost 5 years ago)
- Last Synced: 2025-05-05T21:11:39.960Z (9 months ago)
- Topics: hyper, plugin
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 20
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-always-on-top
[](https://circleci.com/gh/chabou/hyper-always-on-top)
[](https://www.npmjs.com/package/hyper-always-on-top)

[](https://conventionalcommits.org)
Extension for [Hyper.app](https://hyper.is) to add a menu item to keep application windows always on top.

## Install
### Using [hpm](https://github.com/zeit/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:
```js
module.exports = {
config: {
// other configs...
alwaysOnTop: {
debug: false,
default: true // enabled on application start
}
}
//...
};
```
## Credits
Originally developed by [@henrikdahl](https://github.com/henrikdahl) as a [pull request](https://github.com/zeit/hyper/pull/1560)
## Licence
[MIT](LICENSE.md)