electron-overlay-window icon indicating copy to clipboard operation
electron-overlay-window copied to clipboard

Creating overlays is easy like never before

Results 21 electron-overlay-window issues
Sort by recently updated
recently updated
newest added

## Motivation I wanted to get awakened_poe_trade working on Mac, and this was the biggest barrier, since no binaries existed for this on Mac. PS: thanks a lot for the...

If you have an app that is running in g-sync mode and attach an overlay to it, g-sync will be disabled. You can quickly test it, if you change the...

Yo, love your package so far, only little issue I notices is that it sometimes doesnt refocus/resize correctly or freeze when I tab out of the game im overlaying my...

https://github.com/electron/electron/blob/main/docs/breaking-changes.md#planned-breaking-api-changes-200

# Fix re-focusing ## Motivation I noticed that when in the demo app, after pressing Cmd + J twice, it didn't allow typing into Notepad/TextEdit again. ## Fix Change `focusTarget`...

Preconditions: - Target window is in Borderless mode - Multiple monitors When window changes mode from windowed to borderless this bug can happen. Different managers send X11 events in different...

help wanted
linux/X11

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=normalize-url&package-manager=npm_and_yarn&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It seems there bugged linux window managers. When electron window attaches first time linux WM decides to give focus to it, even though overlay didn't request for it.

help wanted
linux/X11

Is i can get HWND of window or pass it instead title?

enhancement