get-windows
get-windows copied to clipboard
Get metadata about the active window and open windows (title, id, bounds, owner, etc)
Hi! I can run this in node, but when I try to run it in Electron I am getting the error below. Already tried npm rebuild and it's not resolving...
Hi, great project, thank you for your work! With Cyrillic text in the window title, I get: '╨Ч╨░╨┐╨╕╤Б╨╜╨░╤П ╨║╨╜╨╕╨╢╨║╨░ ╨┐╨╛╨╗╤М╨╖╨╛╨▓╨░╤В╨╡╨╗╤П Vladislav тАО- OneNote for Windows 10' Is there a way...
can anyone help me to add this feature
Fails without further notice if `xprop` or `xwininfo` because they are either not installed, or not present in the `PATH` variable. If you ask me the promise should fail with...
This is perhaps related to but not identical to https://github.com/sindresorhus/active-win/issues/88. I don't want to opt out of access dialogs altogether, I just want it to show up once and then...
I'm currently using active-win in an electron app using electron-builder. I already had the issue of Windows builds breaking because of a mismatched node version, but that was solved by...
Hi there there is issue on detect apps in linux for example for tilda app it return always undefined maybe this module can help in this case https://github.com/nullxx/electron-active-window it return...
**Describe the bug** i have created project in electron using vue i am using active-win to get info about currently opened app. **active-win** works fine for both mac and linux...
The display settings are 2256*1504 on my laptop. But when the active window is full-screen, the activeWin() promise returns the following bounds: ``` javascript { x: -7, y: -7, width:...
This is the error when i log in catch my code: let result="" try { result = await activeWindow() } catch (error) { console.log("erorr: ",JSON.stringify(error)) } error: { "killed":false, "code":null,...