hyperterm-overlay
hyperterm-overlay copied to clipboard
Prevent window from switching when activated from a full-screen app
Not sure if this is possible, but would be very useful. Using full-screen apps on OSX 10.11.4. Maybe, if it isn't possible to prevent the change in window focus, it would be possible to "blur" window focus back to the previous active application?
For me, activating the visor from a full-screen app opens the visor in a non-fullscreen desktop and does not shift me from my full-screen app. What would be really cool, imo, is if the visor opened over the full-screen app, like TotalTerminal does/did.
I'd absolutely love to use this with Sublime, which I use primarily in full screen. Currently hyperterm-overlay does not work properly with full screen windows on OSX. I'd love to see this change.
@rickgbw Do you have any feedback on this feature? I saw there's a PR (#31) but it doesn't work completely (it switches the window) and it uses a non documented flag. Coming from iTerm2 that the only feature that prevents me from switching to Hyper (I only use full screen apps).
Alright I found a workaround to have this working:
in /Applications/Hyper.app/Contents/Info.plist
Before <key>CFBundleDocumentTypes</key>
Add
<key>LSUIElement</key>
<true/>
Unfortunately those changes will get removed each time Hyper gets updated.