active-window
active-window copied to clipboard
Get active window title in Node.js.
Return the NodeJS child process from the invocation of `getActiveWindow()`. Currently, if `getActiveWindow()` is called with a `repeats` equal to `-1` (infinity), there's no way to finish the process at...
Right now the Linux `window.app` contains a string like: `"gnome-terminal-server", "Gnome-terminal"` (including the `"`). It seems that there is an app name and an app class name [here's my reference](https://tronche.com/gui/x/icccm/sec-4.html#WM_CLASS)....
This is a fix for issue #13 and uses the solution that the user who opened the issue described.
add export.exit() to kill the child process fix mac.scpt bug
This is a quick fix to where multiple calls to getActiveWindow() fails because its config.parameters keeps accumulating more and more parameters (repeats & interval). I've also added a typescript declaration...
Hi, I wondered if you have thought to upgrade the capabilities to access Top-N windows by z-index? It could be great usability of your library.
Hi! Small enchantment to you awesome module!
@octalmage @robsonvn The [applescript](https://github.com/octalmage/active-window/blob/master/scripts/mac.scpt) used in this module doesn't seem to work properly. When a window is opened then it reports the correct appName and windowTitle but when we minimise...