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

Use window ID for target window

Open MRLokop opened this issue 4 years ago • 2 comments

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

MRLokop avatar Mar 11 '21 18:03 MRLokop

Similar to #7

From README "You can initialize library only once", that's a very big limitation atm. It's common to restart target app but keep your utility app in tray for days, so need to add cleanup code to stop watching window, so we can change PID.

Applies here too, but for window id instead of PID.

SnosMe avatar Mar 11 '21 18:03 SnosMe

@SnosMe I'm looking for this feature as well for making a linux screensaver inside xscreensaver. Looking to jump into your c code - do you have any suggestions for testing and developing this feature? Any test program I could use for this? (beside xscreensaver)

ErikApption avatar Feb 21 '23 03:02 ErikApption