hyper-overlay icon indicating copy to clipboard operation
hyper-overlay copied to clipboard

Cannot see hyper in fullscreen window

Open sigorilla opened this issue 7 years ago • 1 comments

When I press shortcut Hyper appear in main workspace. But i want to see in my current workspace.

For example, I have VSCode in fullscreen mode and press shortcut to see Hyper. But it appears in default workspace (not current fullscreen).

os: MacOS 10.14.4 hyper: 2.1.2 hyper-overlay: 1.2.1

Overlay config:

module.exports = {
  config: {
    // ...
    overlay: {
      alwaysOnTop: true,
      animate: false,
      hasShadow: false,
      hideDock: false,
      hideOnBlur: false,
      hotkeys: {
        // On MacOS hotkey is default to Option + Space!
        open: ['Option+Shift+Space'],
        // On MacOS hotkey is default to Option + Escape!
        close: ['Option+Shift+Space'],
      },
      position: 'top',
      primaryDisplay: false,
      resizable: true,
      size: {
        width: 0.5,
        height: 0.5
      },
      startAlone: false,
      startup: true,
      tray: false,
      unique: true
    }
  },
  // ...
}

sigorilla avatar Apr 22 '19 11:04 sigorilla

This should be fixed in 1.3.1, check out the new parameter https://github.com/Favna/hyper-overlay/tree/v1.3.1#visibleonallworkspaces

shadyvb avatar Oct 27 '19 23:10 shadyvb