hyper-sunbeam
v0.0.35
Published
Use Hyper as a Sunbeam Frontend
Downloads
28
Maintainers
Readme
hyper-sunbeam
Use Hyper as a Sunbeam GUI.
Installation
Use the Hyper CLI, bundled with your Hyper app, to install hyper-sunbeam by entering the following into Hyper:
hyper i hyper-sunbeam
Options
| Key | Description | Default |
| ------------ | ------------------------------------------------------- | -------- |
| hotkey
| Shortcut1 to toggle Hyper window visibility. | Ctrl+;
|
Example Config
module.exports = {
config: {
hyperSunbeam: {
hotkey: "Alt+Super+O"
}
},
plugins: ["hyper-sunbeam"]
};
1 For a list of valid shortcuts, see Electron Accelerators.