This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.
Gnome version under 41 will use eval to execute Gscript to recover data
Version >= 41
In order to recover data, you'll need to install and activate an extension designed for systems running GNOME version 41 or newer (as evaluation is disabled from this version onward).
The extension can be installed using the installExtension function, which will deposit it in ~/.local/share/gnome-shell/extensions/x-win@miniben90.org.
After executing this function, it's vital to restart the user session to load the new extension and then proceed to enable it using enableExtension to be able to use x-win.
Gnome Feature
Version < 41
Gnome version under 41 will use eval to execute Gscript to recover data
Version >= 41
In order to recover data, you'll need to install and activate an extension designed for systems running GNOME version 41 or newer (as evaluation is disabled from this version onward). The extension can be installed using the
installExtension
function, which will deposit it in~/.local/share/gnome-shell/extensions/x-win@miniben90.org
. After executing this function, it's vital to restart the user session to load the new extension and then proceed to enable it usingenableExtension
to be able to use x-win.13