Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
/ hyper-systray Public archive

Hyper.app Systray — Supports Windows

License

Notifications You must be signed in to change notification settings

vlrmprjct/hyper-systray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyper systray plugin for Windows Users — Open Hyper from system tray or a global shortcut.

Works on Hyper v2.x

MacOS Users should use this plugin instead: https://github.com/tarutin/hyper-tray/

Hyper Windows Systray


Tips

  • Click on tray icon to toggle Hyper.js-Window
  • Define a global shortcut in user-settings or use the default: Alt + Space to toggle Hyper.js-Window
  • Right click on tray icon and Quit

Config

Define your own global-shortcut to ~/.hyper.js

config {
    systray: {
      hotkey: 'Ctrl+Space'
    }
}

Contributing

$ cd ~/.hyper_plugins/local/
$ git clone https://github.com/telekommander/hyper-systray.git
$ cd hyper-systray
$ npm install

Add the name of the directory to localPlugins in ~/.hyper.js and Reload terminal window.

License

MIT